v0.2.3: more result description corrections
This commit is contained in:
@@ -19,16 +19,17 @@ package com.shatteredpixel.shatteredpixeldungeon;
|
||||
|
||||
public class ResultDescriptions {
|
||||
|
||||
// Mobs
|
||||
public static final String MOB = "Killed by %s on level %d";
|
||||
public static final String BOSS = "Killed by the %s on level %d";
|
||||
// Mobs
|
||||
public static final String MOB = "Killed by a %s on level %d";
|
||||
public static final String UNIQUE = "Killed by the %s on level %d";
|
||||
public static final String NAMED = "Killed by %s on level %d";
|
||||
|
||||
// Items
|
||||
public static final String ITEM = "Killed by your own %s on level %d";
|
||||
public static final String ITEM = "Killed by your own %s on level %d";
|
||||
public static final String GLYPH = "Killed by the %s on level %d";
|
||||
|
||||
// Dungeon features
|
||||
public static final String TRAP = "Killed by discharge of %s on level %d";
|
||||
public static final String TRAP = "Killed by a %s on level %d";
|
||||
|
||||
// Debuffs & blobs
|
||||
public static final String BURNING = "Burned to death on level %d";
|
||||
@@ -36,7 +37,7 @@ public class ResultDescriptions {
|
||||
public static final String POISON = "Died from poison on level %d";
|
||||
public static final String GAS = "Died from toxic gas on level %d";
|
||||
public static final String BLEEDING = "Bled to death on level %d";
|
||||
public static final String OOZE = "Killed by a caustic ooze on level %d";
|
||||
public static final String OOZE = "Corroded to death on level %d";
|
||||
public static final String FALL = "Fell to death on level %d";
|
||||
|
||||
public static final String WIN = "Obtained the Amulet of Yendor";
|
||||
|
||||
Reference in New Issue
Block a user