hide wait if dead
This commit is contained in:
parent
ba13b085f1
commit
ab25d38a99
@ -35,7 +35,7 @@
|
||||
<transition name="list">
|
||||
<p v-if="hint"><i>{{hint}}</i></p>
|
||||
</transition>
|
||||
<Chooser v-if="is_my_turn && pending_action == 4" :text="$t('wait')" :cards="[]"/>
|
||||
<Chooser v-if="is_my_turn && pending_action == 4 && (lives > 0 || is_ghost)" :text="$t('wait')" :cards="[]"/>
|
||||
<Chooser v-if="card_against" :text="$t('card_against')" :cards="visiblePlayers" :select="selectAgainst" :cancel="cancelCardAgainst"/>
|
||||
<Chooser v-if="pending_action == 3" :text="respondText" :cards="respondCards" :select="respond"/>
|
||||
<Chooser v-if="shouldChooseCard" :text="$t(choose_text)" :cards="available_cards" :select="choose"/>
|
||||
|
Loading…
Reference in New Issue
Block a user