V0.2.1 : Ankh now actually only resets the level when it is locked
This commit is contained in:
@@ -318,7 +318,7 @@ public class InterlevelScene extends PixelScene {
|
||||
|
||||
Actor.fixTime();
|
||||
|
||||
if (Dungeon.bossLevel()) {
|
||||
if (Dungeon.level.locked) {
|
||||
Dungeon.hero.resurrect( Dungeon.depth );
|
||||
Dungeon.depth--;
|
||||
Level level = Dungeon.newLevel(/* true */);
|
||||
|
||||
Reference in New Issue
Block a user