summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-04 18:09:41 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-04 18:09:41 +0000
commit6908f939418502b0f397356df8aa767cbe3fd9bb (patch)
tree0f4b03e90bd376debe8e268b3f8949d97d344410
parent3d4c22c7b1d3ec35af06386808f3fe4e16aa7cb7 (diff)
download1989-dawn-of-freedom-6908f939418502b0f397356df8aa767cbe3fd9bb.tar.gz
Update Workers Revolt log
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 0cdda62..915bbea 100644
--- a/rules.js
+++ b/rules.js
@@ -4446,9 +4446,11 @@ function vm_do_remove_all_infl(space) {
function vm_replace_all_infl(space_id) {
if (game.active === DEM) {
game.demInfl[space_id] += game.comInfl[space_id]
+ log(`Replaced ${game.comInfl[space_id]} Communist SP in %${space_id} with Democratic SP`)
game.comInfl[space_id] = 0
} else {
game.comInfl[space_id] += game.demInfl[space_id]
+ log(`Replaced ${game.demInfl[space_id]} Democrat SP in %${space_id} with Communist SP`)
game.demInfl[space_id] = 0
}
check_tyrant()