v0.2.4a: further corrections to descending on floor 26
This commit is contained in:
@@ -1076,7 +1076,7 @@ public class Hero extends Char {
|
||||
|
||||
curAction = new HeroAction.Unlock( cell );
|
||||
|
||||
} else if (cell == Dungeon.level.exit) {
|
||||
} else if (cell == Dungeon.level.exit && Dungeon.depth < 26) {
|
||||
|
||||
curAction = new HeroAction.Descend( cell );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user