diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 07:49:23 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 07:49:23 +0100 |
commit | 657df8663eac0495878981a3e461c26d98a08494 (patch) | |
tree | 94b0e18169e43d2b24c61534e6d2fcc0aa2355ba /notes.txt | |
parent | e5e0d2027b895a6ac142f6476b919819c26df23a (diff) | |
download | 1989-dawn-of-freedom-657df8663eac0495878981a3e461c26d98a08494.tar.gz |
Fix typo in Shock Therapy
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 + |