diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/DivineSense.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/DivineSense.java index bb0f7db7f..27f5de498 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/DivineSense.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/spells/DivineSense.java @@ -65,6 +65,7 @@ public class DivineSense extends ClericSpell { SpellSprite.show(hero, SpellSprite.VISION); hero.sprite.operate(hero.pos); + hero.next(); Char ally = PowerOfMany.getPoweredAlly(); if (ally != null && ally.buff(LifeLinkSpell.LifeLinkSpellBuff.class) != null){