diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLivingEarth.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLivingEarth.java index 1ec0cc2a2..bdb8772a1 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLivingEarth.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfLivingEarth.java @@ -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