summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-21 07:49:23 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-21 07:49:23 +0100
commit657df8663eac0495878981a3e461c26d98a08494 (patch)
tree94b0e18169e43d2b24c61534e6d2fcc0aa2355ba
parente5e0d2027b895a6ac142f6476b919819c26df23a (diff)
download1989-dawn-of-freedom-657df8663eac0495878981a3e461c26d98a08494.tar.gz
Fix typo in Shock Therapy
-rw-r--r--events.txt6
-rw-r--r--notes.txt12
2 files changed, 15 insertions, 3 deletions
diff --git a/events.txt b/events.txt
index 5f9ad0f..0d8a57a 100644
--- a/events.txt
+++ b/events.txt
@@ -691,8 +691,8 @@ CARD 93 - Shock Therapy*
# Target country must be one where the Communist has been toppled from power. Successful 3-6. -1 for every Communist Worker or Farmer space. +2 VPs and place 3 SPs in the country
shock_therapy
valid_spaces_country
-prompt ` to ${country_name(game.vm_active_country)}`
-add_infl 3
+prompt ` ${country_name(game.vm_active_country)}`
+add_infl_free 3
permanently_remove
@@ -728,10 +728,10 @@ valid_spaces 51
prompt 'the Romanian Elite Space'
remove_x_opp_infl 4
the_tyrant_is_gone
+permanently_remove
else
the_tyrant_is_gone_prep
endif
-permanently_remove
CARD 98 - Politburo Intrigue*
diff --git a/notes.txt b/notes.txt
index e69de29..c3f70b6 100644
--- a/notes.txt
+++ b/notes.txt
@@ -0,0 +1,12 @@
+Implementation of Austria Hungary Border Reopened
+
+There are 2 variables associated with AHBC
+
+1. game.persistent_events['austria_hungary_border_reopened']
+ This checks if the event is in play
+
+2. game.austria_hungary_border_reopened_tracker
+ This is used to track the criteria for the benefit.
+ In add influence, it checks that all spaces influence is placed are in East Germany
+ In SC, it is true if the player confirms use of AHBC during the states.austria_hungary_border_reopened_check
+