From 327a597984be4c2276cdc43ffde098ec155fc7b9 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 14 Nov 2024 16:29:05 +0000 Subject: Simplify the wall must go --- rules.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 910e46f..c8c7de6 100644 --- a/rules.js +++ b/rules.js @@ -3259,13 +3259,6 @@ function finish_the_wall() { game.valid_spaces.push(space.space_id) } } - if (!game.vm_infl_to_do) { - if (game.round_player === DEM) { - game.return = COM - } else { - game.return = DEM - } - } if (game.active === DEM) {next_player()} vm_next () } else { @@ -8568,7 +8561,6 @@ CODE[85] = [ // Tank Column/Tank Man* ] CODE[86] = [ // The Wall Must Go!* - [ vm_permanently_remove ], [ vm_the_wall_must_go ], [ vm_remove_infl, 3 ], [ vm_return ], -- cgit v1.2.3