diff options
author | Frans Bongers <fransbongers@macbookpro.home> | 2025-03-21 21:34:05 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@macbookpro.home> | 2025-03-21 21:34:05 +0100 |
commit | 8f5f3f54a610801a1d739636b49343a122f7113a (patch) | |
tree | bebc0159ea037d3ba7af600d537ff2d5ccdb1750 /types.d.ts | |
parent | 9f01f50ce897eda24625d292402b6a731c28e1f6 (diff) | |
download | land-and-freedom-8f5f3f54a610801a1d739636b49343a122f7113a.tar.gz |
momentum refactor
Diffstat (limited to 'types.d.ts')
-rw-r--r-- | types.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -57,6 +57,11 @@ export interface Game { hero_points: number[]; initiative: FactionId; medallions: number[][]; + /** + * Set to FactionId if player has earned the Momentum medallion + * during the current turn + */ + momentum: FactionId | null; played_card: CardId | null; player_order: Player[]; selected_cards: CardId[][]; |