v1.3.0: fixed earthen guardian not being considered inorganic
This commit is contained in:
@@ -309,6 +309,9 @@ public class WandOfLivingEarth extends DamageWand {
|
||||
alignment = Alignment.ALLY;
|
||||
state = HUNTING;
|
||||
intelligentAlly = true;
|
||||
|
||||
properties.add(Property.INORGANIC);
|
||||
|
||||
WANDERING = new Wandering();
|
||||
|
||||
//before other mobs
|
||||
|
||||
Reference in New Issue
Block a user