diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-09 07:52:24 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-09 07:52:24 +0000 |
commit | 8eb0411bad2ce49f99ce5b21b576104a91e9bc45 (patch) | |
tree | 75cbf1bd889925c5d407f8a855ba5a120093e561 /events.txt | |
parent | 0b1dc3f61290323b492a1780f15566b4ee09d2e4 (diff) | |
download | 1989-dawn-of-freedom-8eb0411bad2ce49f99ce5b21b576104a91e9bc45.tar.gz |
Check Ceausescu at end round not end event
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 |