diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java index ba36acb29..1c82a360c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Tengu.java @@ -167,7 +167,9 @@ public class Tengu extends Mob { ScrollOfMagicMapping.discover( trapPos ); } } - + + if (enemy == null) enemy = chooseEnemy(); + int newPos; //if we're in phase 1, want to warp around within the room if (HP > HT/2) {