From 4148cddd0370fa1ea9b9580a79ac1c73109c88a1 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Mon, 30 Dec 2024 22:21:32 +0100 Subject: spend hero points at any point during a turn --- types.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'types.d.ts') diff --git a/types.d.ts b/types.d.ts index eda1c59..7c2e648 100644 --- a/types.d.ts +++ b/types.d.ts @@ -43,6 +43,10 @@ export interface Game { * a player becomes active in another players turn. */ faction_turn: FactionId | null; + /** + * First player of current game turn + */ + first_player: FactionId | null; fronts: { a: Front; m: Front; -- cgit v1.2.3