diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -309,15 +309,19 @@ permanently_remove if game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) tyrant_block else +if game.persistent_events.includes(C_CEAUSESCU) +prompt 'you must remove 1 SP from Bucharesti' +ceausescu +return +else if !is_auto_resolve(C_CEAUSESCU) +ceausescu_prep valid_spaces_country_opp 'Romania' prompt ' from Romania' remove_opp_infl 3 valid_spaces_country_sc 'Romania' prompt 'make a Support Check in Romania' 1_support_check -prompt ' from Bucharesti' -ceausescu endif |