diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 08:23:56 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-11 08:23:56 +0000 |
commit | bda4e3eb1a7cb72088334599a3eba1bec8752efe (patch) | |
tree | 984831738dbb069bc3120648e1f12defb0b2871a /events.txt | |
parent | 0587858639d8b6db5f8a36eb43eb6355f6146999 (diff) | |
download | 1989-dawn-of-freedom-bda4e3eb1a7cb72088334599a3eba1bec8752efe.tar.gz |
Fix typo
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -69,7 +69,7 @@ the_wall CARD 10 - Cult of Personality # Place 4 Communist SPs in Worker or Farmer spaces in Romania, no more than 2 per space. permanently_remove -if !game.persistent_events.includes(C_THE_TYRANT_IS_GONE_OCCURRED) +if !game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) valid_spaces_country_socio_2 'Romania', 3, 4 prompt 'Worker or Farmer spaces in Romania, no more than 2 per space' add_limited_infl 4 2 @@ -304,7 +304,7 @@ prompt 'make a Support Check in Hungary' CARD 41 - Ceausescu* # Remove 3 Democratic SPs in Romania and make a Support Check in Romania using the Ops value of this card. If the Democratic Player has any SPs in spaces adjacent to Cluj at the end of this action round remove 1 Communist SP from Bucharest. May not be played as an event after The Tyrant is Gone. permanently_remove -if game.persistent_events.includes(C_THE_TYRANT_IS_GONE_OCCURRED) +if game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) tyrant_block else if !is_auto_resolve(C_CEAUSESCU) @@ -515,7 +515,7 @@ add_x_infl 2 CARD 69 - Systematization* # The Communist player may eliminate 1 space in Romania. Any Democratic SPs are eliminated. Communist SPs are relocated to Bucharest. The connections to the destroyed space are considered to pass through and connect the adjacent spaces directly. -if !game.persistent_events.includes(C_THE_TYRANT_IS_GONE_OCCURRED) +if !game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) valid_spaces_country 'Romania' systematization else @@ -794,7 +794,7 @@ stand_fast CARD 101 - Elena* # Add 2 SPs to the Romania Elite Space. -1 drm for Democratic Player for Support Checks in Romania the rest of this turn. No longer playable after The Tyrant is Gone -if !game.persistent_events.includes(C_THE_TYRANT_IS_GONE_OCCURRED) +if !game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) valid_spaces 'Cluj-Napoca' prompt 'the Romania Elite Space' add_x_infl 2 @@ -854,7 +854,7 @@ prompt `make a Support Check in ${country_name(game.vm_active_country)}` CARD 107 - Massacre in Timisoara* # Communist Player makes Support Checks in Romania using the Ops value of this card with +2 drm. Requires play of Lazslo Tokes. permanently_remove -if !game.persistent_events.includes(C_THE_TYRANT_IS_GONE_OCCURRED) +if !game.persistent_events.includes(THE_TYRANT_IS_GONE_OCCURRED) massacre_in_timisoara valid_spaces_country_sc 'Romania' prompt 'Make Support Checks in Romania' |