From a5cad5916776ff66e7c7d224f6b2d966db8d888f Mon Sep 17 00:00:00 2001 From: iainp5 Date: Mon, 18 Nov 2024 15:36:32 +0000 Subject: Add autoresolve for Samizdat --- events.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 09eb662..a62e810 100644 --- a/events.txt +++ b/events.txt @@ -563,8 +563,8 @@ frg_embassies CARD 75 - Exit Visas* # The Democratic Player may discard any cards in his hand and draw new cards from the deck. -if !is_auto_resolve(C_EXIT_VISAS) permanently_remove +if !is_auto_resolve(C_EXIT_VISAS) exit_visas endif @@ -586,7 +586,9 @@ endif CARD 77 - Samizdat # The Democratic Player can put a card in his hand aside for next turn and draw a replacement card from the deck. permanently_remove +if !is_auto_resolve(C_SAMIZDAT) samizdat +endif CARD 78 - Workers Revolt -- cgit v1.2.3