diff options
-rw-r--r-- | events.txt | 3 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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)}` @@ -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 = []
|