diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-04 18:09:41 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-04 18:09:41 +0000 |
commit | 6908f939418502b0f397356df8aa767cbe3fd9bb (patch) | |
tree | 0f4b03e90bd376debe8e268b3f8949d97d344410 | |
parent | 3d4c22c7b1d3ec35af06386808f3fe4e16aa7cb7 (diff) | |
download | 1989-dawn-of-freedom-6908f939418502b0f397356df8aa767cbe3fd9bb.tar.gz |
Update Workers Revolt log
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |