From 55927b36e1f17183c6f63b3b106d838e5a0c15de Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 8 Sep 2024 15:46:14 +0200 Subject: "May" increase/decrease momentum Objective events. --- rules.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index a96cbf3..ca48ad6 100644 --- a/rules.js +++ b/rules.js @@ -4426,9 +4426,9 @@ CODE[45] = [ // Fighting in Issy Village CODE[46] = [ // Battle of Mont-Valérien [ vm_ops, 3, FORTS ], [ vm_if, ()=>(game.active === COMMUNE) ], - [ vm_decrease_prussian_collaboration ], + [ vm_may_decrease_prussian_collaboration ], [ vm_else ], - [ vm_increase_prussian_collaboration ], + [ vm_may_increase_prussian_collaboration ], [ vm_endif ], [ vm_return ], ] @@ -4474,9 +4474,9 @@ CODE[49] = [ // Pius IX CODE[50] = [ // Socialist International [ vm_ops, 2, PUBLIC_OPINION ], [ vm_if, ()=>(game.active === COMMUNE) ], - [ vm_increase_revolutionary_momentum ], + [ vm_may_increase_revolutionary_momentum ], [ vm_else ], - [ vm_decrease_revolutionary_momentum ], + [ vm_may_decrease_revolutionary_momentum ], [ vm_endif ], [ vm_return ], ] -- cgit v1.2.3