show lives when shooting and stuff

This commit is contained in:
Alberto Xamin 2020-12-22 15:18:34 +01:00
parent db2173beea
commit c772577ee8
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -191,6 +191,7 @@ export default {
name: player.name,
number: player.dist !== undefined ? `${player.dist}` : '',
icon: player.is_sheriff ? '⭐' : '🤠',
alt_text: Array(player.lives+1).join('❤️')+Array(player.max_lives-player.lives+1).join('💀'),
is_character: true,
}})
if (this.card_against && this.card_against.can_target_self) {