V0.2.1 : modified level transition messages again
This commit is contained in:
parent
6200a9c183
commit
80e1cb747e
|
@ -224,7 +224,7 @@ public class GameScene extends PixelScene {
|
|||
log.setRect( 0, toolbar.top(), attack.left(), 0 );
|
||||
add( log );
|
||||
|
||||
if (Dungeon.depth <= Statistics.deepestFloor)
|
||||
if (Dungeon.depth < Statistics.deepestFloor)
|
||||
GLog.i( TXT_WELCOME_BACK, Dungeon.depth );
|
||||
else
|
||||
GLog.i( TXT_WELCOME, Dungeon.depth );
|
||||
|
|
Loading…
Reference in New Issue
Block a user