mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Corrected the retreat mechanic to not heal the npc
This commit is contained in:
parent
8ba45e0ee1
commit
2239168074
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ public class NPC extends Entity {
|
||||||
public boolean pulse() {
|
public boolean pulse() {
|
||||||
getProperties().getCombatPulse().stop();
|
getProperties().getCombatPulse().stop();
|
||||||
getLocks().unlockMovement();
|
getLocks().unlockMovement();
|
||||||
fullRestore();
|
|
||||||
getImpactHandler().setDisabledTicks(0);
|
getImpactHandler().setDisabledTicks(0);
|
||||||
removeAttribute("return-to-spawn");
|
removeAttribute("return-to-spawn");
|
||||||
removeAttribute("return-to-spawn-pulse");
|
removeAttribute("return-to-spawn-pulse");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue