Prevented the Specter from despawning on Peaceful.

Changed the healing algorithm to make it more evil.
This commit is contained in:
WayofTime 2016-08-18 16:31:30 -04:00
parent aa31592ba7
commit 0fe442d804
2 changed files with 105 additions and 5 deletions

View file

@ -154,6 +154,6 @@ public class EntityAIRetreatToHeal<T extends Entity> extends EntityAIBase
public void healEntity()
{
this.theEntity.absorbWillFromAuraToHeal(2);
this.theEntity.performEmergencyHeal(2);
}
}