diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-07 19:48:16 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-07 19:48:16 +0000 |
commit | e3d8b1c1639218973805c0fa64e33af8b66b33aa (patch) | |
tree | 4067773cacab04ff6717ef098304829b2fda9613 /events.txt | |
parent | 35c85d97671d2c1e2fe703973755fb2866d43ca0 (diff) | |
download | 1989-dawn-of-freedom-e3d8b1c1639218973805c0fa64e33af8b66b33aa.tar.gz |
Update autoresolve events
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -679,9 +679,11 @@ add_limited_infl 4 2 CARD 89 - Domino Theory* # If the Democrat holds Power in at least 2 counties, he may retrieve any Power Struggle - card from the discard pile and play it immediately as an event. The Democrat receives a -1 drm to his dice rolls for this Power Struggle. -prompt 'Domino Theory: choose a Power Struggle card to play from the discard pile' permanently_remove +if !is_auto_resolve(C_DOMINO_THEORY) +prompt 'Domino Theory: choose a Power Struggle card to play from the discard pile' domino_theory +endif @@ -728,12 +730,14 @@ add_infl_free 3 CARD 94 - Union of Democratic Forces* # Remove 4 Communist SPs from Bulgaria. Democratic Player may make Support Checks in Bulgaria using the Ops value of this card if the Bulgarian writers space is Democratically controlled. permanently_remove +if !is_auto_resolve(C_UNION_OF_DEMOCRATIC_FORCES) valid_spaces_country_opp 'Bulgaria' prompt ' from Bulgaria' -remove_opp_infl 4 +remove_limited_opp_infl 4 2 valid_spaces_country_sc 'Bulgaria' prompt 'Make 2 Support Checks in Bulgaria' support_check 2 +endif CARD 95 - Power Struggle - Romania |