diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-05 15:13:01 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-05 15:13:01 +0000 |
commit | d8b6a685d2cc63160d32c184c4a24a515132f9ee (patch) | |
tree | 4c3ed873ba1a2b7cd8d8ad2701c13a948dcca97b /events.txt | |
parent | 7b56c444ed12ec421286ddb754576c6cbe6354c5 (diff) | |
download | 1989-dawn-of-freedom-d8b6a685d2cc63160d32c184c4a24a515132f9ee.tar.gz |
Add boxed events
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -193,7 +193,7 @@ prompt ' from a Worker space' remove_opp_infl 1 valid_spaces_opponent_socio 4 active_country -prompt `make a Support Check in a Worker space in ${country_name(game.vm_active_country)}` +prompt `make a Support Check in a Worker space in ${country_name(game.vm_active_country)}.` 1_support_check @@ -381,7 +381,7 @@ endif CARD 49 - Foreign Currency Debt Burden* # The Democrat designates 1 country in Eastern Europe. For the rest of this turn the Communist has a -2 modifier for support checks in this country. foreign_currency_debt_burden -logi_msg_gap `Communist cannot make Support Checks in ${country_name(game.foreign_currency_debt_burden)} for the rest of the turn` +log `Communist cannot make Support Checks in ${country_name(game.foreign_currency_debt_burden)} for the rest of the turn` CARD 50 - The Sinatra Doctrine* @@ -501,7 +501,7 @@ add_limited_infl 3 1 CARD 67 - Reformer Rehabilitated* # If you are ahead on the Tiananmen Square track, draw any card in the discard pile. The event takes place immediately. -prompt 'Reformer Rehabilitated: Choose any non-scoring card in the discard pile. Event takes place immediately.' +prompt 'Reformer Rehabilitated: Choose any non-scoring card in the discard pile. Event takes place immediately' reformer_rehabilitated @@ -680,7 +680,7 @@ kohl_proposes_reunification_prep if !is_auto_resolve(C_KOHL_PROPOSES_REUNIFICATION) kohl_proposes_reunification else -logi_msg_gap `C${C_THE_WALL_MUST_GO} has not been successfully played for the event.` +log `C${C_THE_WALL_MUST_GO} has not been successfully played for the event.` endif |