summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 25a2f4b..a7a462c 100644
--- a/rules.js
+++ b/rules.js
@@ -2126,7 +2126,7 @@ function remove_infl(space, ops) {
check_tyrant()
}
game[ops]--
- if (game.vm_influence_added && game.vm_influence_added[space]) {game.vm_influence_added[space]++}
+ if (game.vm_influence_added && game.vm_influence_added[space] >= 0) {game.vm_influence_added[space]++}
if (game[ops]===0) {game.valid_spaces = []}
}
@@ -8285,7 +8285,6 @@ CODE[72] = [ // Peasant Parties Revolt
]
CODE[73] = [ // Laszlo Tokes*
- [ vm_permanently_remove ],
[ vm_valid_spaces, 'Timisoara', 'Harghita/Covasna' ],
[ vm_prompt, 'in Timisoara and Harghita/Covasna' ],
[ vm_add_limited_infl, 2, 1 ],