Added or (||) to button
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
<v-row dense>
|
||||
<v-col :cols="12">
|
||||
<v-btn v-if="currentgame == 0" x-small rounded @click="jumptobra">Bra</v-btn>
|
||||
<v-btn v-if="currentgame == 0 || 1" x-small rounded @click="jumptotits">Tits</v-btn>
|
||||
<v-btn v-if="currentgame == 0 || currentgame == 1" x-small rounded @click="jumptotits">Tits</v-btn>
|
||||
<v-btn v-if="currentgame == 0" x-small rounded @click="jumptopanties">Panties</v-btn>
|
||||
<v-btn v-if="currentgame == 0" x-small rounded @click="jumptoass">Show Ass</v-btn>
|
||||
<v-btn v-if="currentgame == 0" x-small rounded @click="jumptopussy">Show Pussy</v-btn>
|
||||
@@ -179,7 +179,6 @@
|
||||
<v-btn v-if="currentgame == 0" x-small rounded color="primary" @click="jumptoclamps">Clamps</v-btn>
|
||||
<v-btn v-if="currentgame == 0" x-small rounded color="primary" @click="jumptorope">Rope</v-btn>
|
||||
<v-btn v-if="currentgame == 0" x-small rounded color="primary" @click="jumptoslaveposes">Slave Poses</v-btn>
|
||||
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user