fix for edgecase on visibility
This commit is contained in:
parent
ed52dcffe1
commit
e2a9407dba
@ -146,6 +146,9 @@ export default {
|
|||||||
this.range = this.sight
|
this.range = this.sight
|
||||||
else
|
else
|
||||||
this.range = 999
|
this.range = 999
|
||||||
|
if (this.visiblePlayers.length == 0 && this.hand.length > this.lives) {
|
||||||
|
this.really_play_card(card, null)
|
||||||
|
}
|
||||||
this.card_against = card
|
this.card_against = card
|
||||||
} else {
|
} else {
|
||||||
this.really_play_card(card, null)
|
this.really_play_card(card, null)
|
||||||
|
Loading…
Reference in New Issue
Block a user