summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2025-02-20 21:38:17 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2025-02-20 21:38:17 +0000
commit70102356a743f0474f01a3a0147a8915d8f04f5c (patch)
treed632272c78d9832b61d5cf29fa3508dcff70f0db /rules.js
parentfeeded7885c475fad115e4389002b256fdb30b34 (diff)
download1989-dawn-of-freedom-70102356a743f0474f01a3a0147a8915d8f04f5c.tar.gz
Add Stability Track cards to Persistent Events
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index 91a5f84..f44c028 100644
--- a/rules.js
+++ b/rules.js
@@ -5129,6 +5129,7 @@ function vm_betrayal() {
}
function vm_breakaway_baltic_republics() {
+ add_to_persistent_events(C_BREAKAWAY_BALTIC_REPUBLICS)
log('+5 VP')
game.vp += 5
game.stability++
@@ -5699,6 +5700,7 @@ function vm_roundtable_talks() {
}
function vm_sajudis_check() {
+ add_to_persistent_events(C_SAJUDIS)
if (!check_dem_control(S_RAZGRAD))
game.valid_spaces.push(S_RAZGRAD)
if (!check_dem_control(S_HARGHITA_COVASNA) && game.systematization !== S_HARGHITA_COVASNA)
@@ -5820,6 +5822,7 @@ function vm_tear_gas() {
}
function vm_the_baltic_way_prep() {
+ add_to_persistent_events(C_THE_BALTIC_WAY)
game.playable_cards.push(C_BREAKAWAY_BALTIC_REPUBLICS)
game.stability++
log('+3 VP')
@@ -8686,7 +8689,6 @@ CODE[32] = [ // Peasant Parties*
]
CODE[33] = [ // Sajudis*
- [ vm_permanently_remove ],
[ vm_sajudis ],
[ vm_if, ()=>!is_auto_resolve(C_SAJUDIS) ],
[ vm_sajudis_check ],
@@ -9081,7 +9083,6 @@ CODE[80] = [ // Nepotism*
]
CODE[81] = [ // The Baltic Way*
- [ vm_permanently_remove ],
[ vm_the_baltic_way_prep ],
[ vm_if, ()=>!is_auto_resolve(C_THE_BALTIC_WAY) ],
[ vm_the_baltic_way ],
@@ -9110,7 +9111,6 @@ CODE[83] = [ // Modrow*
]
CODE[84] = [ // Breakaway Baltic Republics*
- [ vm_permanently_remove ],
[ vm_breakaway_baltic_republics ],
[ vm_prompt, 'any Minorities space' ],
[ vm_take_control_prep, 1 ],