v0.3.3a: fixed a crash involving tengu's jump
This commit is contained in:
parent
2c87715af5
commit
fe1fade887
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user