v0.2.4: reworked final floor

This commit is contained in:
Evan Debenham
2015-02-22 02:26:30 -05:00
parent be563be012
commit cb5cd807b3
3 changed files with 64 additions and 28 deletions
@@ -994,8 +994,10 @@ public class Hero extends Char {
if (Actor.findChar( target ) == null) {
if (Level.pit[target] && !flying && !Chasm.jumpConfirmed) {
Chasm.heroJump( this );
interrupt();
if (!Level.solid[target]) {
Chasm.heroJump(this);
interrupt();
}
return false;
}
if (Level.passable[target] || Level.avoid[target]) {