mirror of https://github.com/bra1n/townsquare.git
fix bug with demon bluffs
This commit is contained in:
parent
61860d86d4
commit
36f7d0cfa0
|
@ -3,7 +3,7 @@
|
|||
v-show="modals.role && availableRoles.length"
|
||||
@close="toggleModal('role')"
|
||||
>
|
||||
<h3>Choose a new character: {{ players[playerIndex].name }}</h3>
|
||||
<h3>Choose a new character for {{ playerIndex >= 0 ? players[playerIndex].name : "Bluff" }}</h3>
|
||||
<ul class="tokens">
|
||||
<li
|
||||
v-for="role in availableRoles"
|
||||
|
|
Loading…
Reference in New Issue