add "dead" button

This commit is contained in:
Viktor Rådberg
2023-08-30 12:38:04 +02:00
parent 8219d36e01
commit 9abadc1f38
10 changed files with 158 additions and 89 deletions

View File

@@ -236,6 +236,7 @@ export const createInitialPlayers = ({
isStartingPlayer: isStartingPlayer,
extraCounters: [],
commanderDamage,
hasLost: false,
};
players.push(player);