forgot to change a continue to a return

This commit is contained in:
Timothy Stiles 2020-10-26 16:08:29 +11:00
parent 32b4399683
commit f670224460

View File

@ -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