fix for edgecase on visibility
This commit is contained in:
parent
ed52dcffe1
commit
e2a9407dba
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user