diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-08 16:30:14 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-08 16:33:30 +0100 |
commit | 9a05c2d2ca2b16dd0c80614ef48944b1440d6b0f (patch) | |
tree | eda278d14b4e3d8ad4128d3bc18b810d7ec67030 /types.d.ts | |
parent | f09742d99d19ce0af287f0fe363b20d28f8b22c2 (diff) | |
download | land-and-freedom-9a05c2d2ca2b16dd0c80614ef48944b1440d6b0f.tar.gz |
Prefix prompt with event names.
Diffstat (limited to 'types.d.ts')
-rw-r--r-- | types.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |