From 7517f0e485f63c6c97ee2871ca64373375c504b8 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Wed, 11 Dec 2024 22:38:27 +0100 Subject: resolve fascist test and end of year --- types.d.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'types.d.ts') diff --git a/types.d.ts b/types.d.ts index 5597d10..59d9d9d 100644 --- a/types.d.ts +++ b/types.d.ts @@ -19,7 +19,7 @@ export interface Game { year: number; active: Player | null; state: string | null; - bag_of_glory: Record; + bag_of_glory: FactionId[]; blank_markers: number[][]; bonuses: number[]; chosen_cards: Record; @@ -32,6 +32,7 @@ export interface Game { n: number; s: number; }; + glory: FactionId[]; hands: Record; hero_points: Record; initiative: FactionId; @@ -63,10 +64,13 @@ export interface View { selected?: string; selected_card: CardId | null; + bag_of_glory: Game['bag_of_glory']; bonuses: Game['bonuses']; current_events: CardId[]; fronts: Game['fronts']; + glory: Game['glory']; hand: CardId[]; + hero_points: Game['hero_points']; medaillons: Game['medaillons']; tableaus: Game['tableaus']; tracks: number[]; -- cgit v1.2.3