From 2239168074b441070c37a82aa5186f046ef0c213 Mon Sep 17 00:00:00 2001 From: Player Name Date: Thu, 27 Nov 2025 11:56:04 +0000 Subject: [PATCH] Corrected the retreat mechanic to not heal the npc --- Server/src/main/core/game/node/entity/npc/NPC.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/src/main/core/game/node/entity/npc/NPC.java b/Server/src/main/core/game/node/entity/npc/NPC.java index 8c2600642..2ce5481cc 100644 --- a/Server/src/main/core/game/node/entity/npc/NPC.java +++ b/Server/src/main/core/game/node/entity/npc/NPC.java @@ -476,7 +476,6 @@ public class NPC extends Entity { public boolean pulse() { getProperties().getCombatPulse().stop(); getLocks().unlockMovement(); - fullRestore(); getImpactHandler().setDisabledTicks(0); removeAttribute("return-to-spawn"); removeAttribute("return-to-spawn-pulse");