From f670224460c5febbec677b6cfa69169580f8010d Mon Sep 17 00:00:00 2001 From: Timothy Stiles Date: Mon, 26 Oct 2020 16:08:29 +1100 Subject: [PATCH] forgot to change a continue to a return --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game.js b/js/game.js index 70d7e1a..40448fa 100644 --- a/js/game.js +++ b/js/game.js @@ -650,7 +650,7 @@ export class Level { if (actor.pending_push) { actor.decision = actor.pending_push; this._set_prop(actor, 'pending_push', null); - continue; + return; } if (actor.slide_mode === 'ice') { // Actors can't make voluntary moves on ice; they just slide