updated game state with death flag to end game

master
j 2024-03-25 23:53:42 -04:00
parent abcce0985c
commit 80a9ec5807
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class GameState {
tacticsChoiceWhenAttacked: number = 0;
actionChoiceForEachTurn: number = 0;
fortOptionFlag: boolean = false;
death: boolean = false;
constructor(authorId: string) {
// Load existing session for authorId or create default values