From 518eef179f90f3a6b72e4278b06705990a9dafb1 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 20 Jun 2022 16:12:04 -0400 Subject: [PATCH] v1.3.0: fixed earthen guardian not being considered inorganic --- .../shatteredpixeldungeon/items/wands/WandOfLivingEarth.java | 3 +++ 1 file changed, 3 insertions(+) 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