diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-25 18:04:13 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-25 18:04:13 +0000 |
commit | a0f20efd1c094e78cc3a1f9663fff08d659634bc (patch) | |
tree | 6c7417c9be0f7ef505e9ef4d96e6c1ebcbfbaa58 /rules.js | |
parent | cc3314066f0715c19b7a5f7603419bbd89b2b2f4 (diff) | |
download | 1989-dawn-of-freedom-a0f20efd1c094e78cc3a1f9663fff08d659634bc.tar.gz |
Limit We are the People to 2 infl per space
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7603,7 +7603,6 @@ states.vm_we_are_the_people_add = { }, space(space) { vm_do_add_limited_infl(space, game.vm_max_infl ) - game.vm_available_ops-- if (game.vm_available_ops === 0 ) { game.valid_spaces = [] do_log_summary() |