summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-28 12:50:03 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-28 12:50:03 +0100
commitbc4cad21ece173e7d6ece988cf2e8fef14905af9 (patch)
treefcb39ec6694d848f5c863fba92d58bc5430555b0
parent6795d39e3db420290dd85f0e64b390c45739579f (diff)
download1989-dawn-of-freedom-bc4cad21ece173e7d6ece988cf2e8fef14905af9.tar.gz
Update Kremlin Coup modifier
-rw-r--r--events.txt3
-rw-r--r--rules.js2
2 files changed, 3 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index 7b01fe6..aac0f46 100644
--- a/events.txt
+++ b/events.txt
@@ -678,7 +678,7 @@ valid_spaces_country_opp 'East_Germany'
prompt ' from East Germany'
remove_opp_infl 2
valid_spaces_country_sc 'East_Germany'
-prompt 'Select a space in East Germany'
+prompt 'select a space in East Germany'
support_check 2
permanently_remove
@@ -803,6 +803,7 @@ CARD 106 - Social Democratic Platform Adopted*
# Play as an event in a Country where the Democrat has Power. Add 2 SPs and make 1 Support Check in the Country using the Ops value of this card.
social_democratic_platform_adopted
valid_spaces_country
+prompt `${country_name(game.vm_active_country)}`
add_infl_free 2
valid_spaces_country_sc
prompt `make a Support Check in ${country_name(game.vm_active_country)}`
diff --git a/rules.js b/rules.js
index 10b1c7a..08cbf59 100644
--- a/rules.js
+++ b/rules.js
@@ -5041,7 +5041,7 @@ function vm_kremlin_coup() {
if (check_vp()) {
return
}
-
+ game.support_check_modifier = 1
//countries = ['Poland', 'Hungary', 'East_Germany', 'Bulgaria', 'Czechoslovakia', 'Romania']
//revolutions: {'East_Germany': false, 'Poland': false, 'Czechoslovakia': false, 'Hungary': false, 'Romania': false, 'Bulgaria': false}
game.temp = []