diff options
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 |