starting money

master
j 2024-04-04 23:11:50 -04:00
parent 3ad1191f98
commit 0b7c389875
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class GameState {
hostilityOfRidersFactor: number = 0;
shootingWordSelector: string = '';
shootingWordVariations: string[] = [];
cashLeftAfterInitialPurchases: number = 0;
cashLeftAfterInitialPurchases: number = 800;
tacticsChoiceWhenAttacked: number = 0;
actionChoiceForEachTurn: number = 0;
fortOptionFlag: boolean = false;