shariff health yellow

This commit is contained in:
Alberto Xamin 2023-04-09 11:16:49 +01:00
parent 55c90ddd56
commit cd16c9022f
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -90,7 +90,8 @@
tag="div"
class="tiny-health"
>
<span v-for="(n, i) in p.lives" v-bind:key="i" :alt="i"></span>
<span v-for="(n, i) in p.lives" v-bind:key="i" :alt="i">
{{(!p.is_sheriff || i !== (p.max_lives-1))?'❤️':'💛'}}</span>
<span
v-for="(n, i) in p.max_lives - p.lives"
v-bind:key="`${i}-sk`"