Added or (||) to button

This commit is contained in:
2021-03-02 14:50:43 -07:00
parent 24ce91b362
commit a9ed01fd9d

View File

@@ -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>