diff options
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2822,7 +2822,7 @@ states.vm_place = { if (game.vm.upto) view.actions.skip = 1 for (let s of game.vm.spaces) - if (can_place_cube(s)) + if (can_place_cube(s, game.vm.removed)) gen_action_space(s) }, space(s) { |