diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue index 3ab97b1..e2c5360 100644 --- a/frontend/src/components/Player.vue +++ b/frontend/src/components/Player.vue @@ -146,6 +146,9 @@ export default { this.range = this.sight else this.range = 999 + if (this.visiblePlayers.length == 0 && this.hand.length > this.lives) { + this.really_play_card(card, null) + } this.card_against = card } else { this.really_play_card(card, null)