diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java index 8b6ee36e2..1ed3fd799 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Hero.java @@ -1066,7 +1066,7 @@ public class Hero extends Char { switch (subClass) { case SNIPER: - if (wep instanceof MissileWeapon && !(wep instanceof SpiritBow.SpiritArrow)) { + if (wep instanceof MissileWeapon && !(wep instanceof SpiritBow.SpiritArrow) && enemy != this) { Actor.add(new Actor() { {