v1.3.0: fixed earthen guardian not being considered inorganic

This commit is contained in:
Evan Debenham
2022-06-20 16:12:04 -04:00
parent cf1249d84d
commit 518eef179f

View File

@@ -309,6 +309,9 @@ public class WandOfLivingEarth extends DamageWand {
alignment = Alignment.ALLY; alignment = Alignment.ALLY;
state = HUNTING; state = HUNTING;
intelligentAlly = true; intelligentAlly = true;
properties.add(Property.INORGANIC);
WANDERING = new Wandering(); WANDERING = new Wandering();
//before other mobs //before other mobs