diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-03 23:14:05 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-03 23:14:05 +0100 |
commit | 080701df684bfe87b62dc54c857fefd9f3dc30ff (patch) | |
tree | fc4eaac8ac2d2fa02873a6ad79f7a40d49bc7b6a /events.txt | |
parent | 466d44c32f99ed5a5c4d8699cd10844cd39fedfb (diff) | |
download | 1989-dawn-of-freedom-080701df684bfe87b62dc54c857fefd9f3dc30ff.tar.gz |
Updates to reduce game object
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -68,7 +68,7 @@ permanently_remove CARD 10 - Cult of Personality # Place 4 Communist SPs in Worker or Farmer spaces in Romania, no more than 2 per space. -if !game.persistent_events['the_tyrant_is_gone'] +if !game.the_tyrant_is_gone 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 @@ -296,7 +296,7 @@ permanently_remove 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. -if !game.persistent_events['the_tyrant_is_gone'] +if !game.the_tyrant_is_gone valid_spaces_country_sc 'Romania' prompt ' from Romania' remove_opp_infl 3 @@ -543,7 +543,6 @@ permanently_remove CARD 74 - FRG Embassies # +1 for Democratic Support Checks in Eastern Europe the rest of this turn. frg_embassies -permanently_remove CARD 75 - Exit Visas* @@ -768,7 +767,7 @@ permanently_remove 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['the_tyrant_is_gone'] +if !game.the_tyrant_is_gone valid_spaces 51 prompt 'the Romania Elite Space' add_x_infl 2 @@ -821,7 +820,7 @@ permanently_remove 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. -if !game.persistent_events['the_tyrant_is_gone'] +if !game.the_tyrant_is_gone massacre_in_timisoara valid_spaces_country_sc 'Romania' prompt 'Make Support Checks in Romania' |