From 207e0540c3241ef57199dd44dd8ca58b678b92d0 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 20 Dec 2023 13:45:16 -0500 Subject: [PATCH] v2.3.0: fixed freezes caused by recent pylon change --- .../shatteredpixel/shatteredpixeldungeon/actors/mobs/Pylon.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Pylon.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Pylon.java index 871c21d58..a47e2e00f 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Pylon.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Pylon.java @@ -93,6 +93,7 @@ public class Pylon extends Mob { //end of char/mob logic if (alignment == Alignment.NEUTRAL){ + spend(TICK); return true; }