Mitigates #10
This commit is contained in:
@@ -93,6 +93,7 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe
|
||||
<div id="player_stats">
|
||||
<PlayerStats :player="props.player"></PlayerStats>
|
||||
</div>
|
||||
<div v-if="props.player.ready && !goStore.current_game?.started">READY</div>
|
||||
</div>
|
||||
<div id="current_player_board">
|
||||
<button @click.stop="damage_team(props.player.team)"
|
||||
|
||||
Reference in New Issue
Block a user