Added retreat-and-heal AI to the Specters

This commit is contained in:
WayofTime 2016-08-17 15:48:59 -04:00
parent 5592e8661b
commit 64c06e39b5
3 changed files with 236 additions and 9 deletions

View file

@ -71,8 +71,6 @@ public class ItemSentientSword extends ItemSword implements IDemonWillWeapon, IM
public static double[] movementSpeed = new double[] { 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.4 };
public static final boolean spawnSpecterOnClick = true;
public ItemSentientSword()
{
super(ModItems.soulToolMaterial);