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