diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:50:03 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:50:03 +0100 |
commit | bc4cad21ece173e7d6ece988cf2e8fef14905af9 (patch) | |
tree | fcb39ec6694d848f5c863fba92d58bc5430555b0 | |
parent | 6795d39e3db420290dd85f0e64b390c45739579f (diff) | |
download | 1989-dawn-of-freedom-bc4cad21ece173e7d6ece988cf2e8fef14905af9.tar.gz |
Update Kremlin Coup modifier
-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 = []
|