summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-08 16:30:14 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-08 16:33:30 +0100
commit9a05c2d2ca2b16dd0c80614ef48944b1440d6b0f (patch)
treeeda278d14b4e3d8ad4128d3bc18b810d7ec67030 /types.d.ts
parentf09742d99d19ce0af287f0fe363b20d28f8b22c2 (diff)
downloadland-and-freedom-9a05c2d2ca2b16dd0c80614ef48944b1440d6b0f.tar.gz
Prefix prompt with event names.
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 fc769b6..b939fad 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -176,7 +176,7 @@ export interface PlayerCard extends CardBase {
icons: Icon[];
}
-export type EffectSource = 'fascist_event' | 'fascist_test' | 'track_icon' | 'momentum';
+export type EffectSource = 'player_event' | 'fascist_event' | 'fascist_test' | 'track_icon' | 'momentum';
export interface Effect {
type: