summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = []