summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-11 01:05:43 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-11 01:08:51 +0100
commitd167c9891968b02627fc240b0b75ae9fd9b770af (patch)
treedbcf68bea4a48771d0f25e42b6ff51133c466b7e /types.d.ts
parent0b20f381756c0aab5a2182680f6311a6b4530b0d (diff)
downloadland-and-freedom-d167c9891968b02627fc240b0b75ae9fd9b770af.tar.gz
More UI tweaks.
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.d.ts b/types.d.ts
index 4e0daaf..14b584e 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -72,7 +72,7 @@ export interface Game {
triggered_track_effects: number[];
used_medallions: number[];
glory_current_year?: Record<FactionId, boolean> | null;
- fascist: 0 | 1;
+ fascist: 0 | 1 | 2;
card_played: 0 | 1;
hidden_bag?: 0 | 1;
}