v0.2.3: improvements to the rankings page
This commit is contained in:
@@ -104,7 +104,7 @@ public class Chasm {
|
||||
public void onDeath() {
|
||||
Badges.validateDeathFromFalling();
|
||||
|
||||
Dungeon.fail( Utils.format( ResultDescriptions.FALL, Dungeon.depth ) );
|
||||
Dungeon.fail( ResultDescriptions.FALL );
|
||||
GLog.n( "You fell to death..." );
|
||||
}
|
||||
} );
|
||||
|
||||
@@ -45,7 +45,7 @@ public class LightningTrap {
|
||||
Camera.main.shake( 2, 0.3f );
|
||||
|
||||
if (!ch.isAlive()) {
|
||||
Dungeon.fail( Utils.format( ResultDescriptions.TRAP, name, Dungeon.depth ) );
|
||||
Dungeon.fail( Utils.format( ResultDescriptions.TRAP, name ) );
|
||||
GLog.n( "You were killed by a discharge of a lightning trap..." );
|
||||
} else {
|
||||
((Hero)ch).belongings.charge( false );
|
||||
|
||||
Reference in New Issue
Block a user