v0.3.3a: fixed a crash involving tengu's jump

This commit is contained in:
Evan Debenham 2015-12-24 02:00:43 -05:00
parent 2c87715af5
commit fe1fade887

View File

@ -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) {