diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-09 13:02:43 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-09 13:02:43 +0100 |
commit | a5084e18d819304a6b43de62f55093dd6adb661a (patch) | |
tree | b3969b44ed5c76664be6d5b19f1b86cf6eec8b5a /rules.js | |
parent | 9586893cf527fae5dee178100e4fcd9ee2d4b49e (diff) | |
download | votes-for-women-a5084e18d819304a6b43de62f55093dd6adb661a.tar.gz |
fix White Supremacy and the Suffrage Movement
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2751,7 +2751,7 @@ function after_vm_remove_cube(us_state) { if (!color_cubes(game.vm.cubes, us_state)) { set_delete(game.vm.us_states, us_state) - if (game.vm.limit && map_key_count(game.vm.removed) === game.vm.limit) + if (game.vm.limit && map_key_count(game.vm.removed) === game.vm.limit && !game.vm.us_states.length) return vm_next() } } else { |