v0.2.3: fixed a bug introduced by rankings changes
This commit is contained in:
parent
a02dd7e5ca
commit
a3c9dc77a1
|
@ -20,7 +20,7 @@ package com.shatteredpixel.shatteredpixeldungeon;
|
||||||
public class ResultDescriptions {
|
public class ResultDescriptions {
|
||||||
|
|
||||||
// Mobs
|
// Mobs
|
||||||
public static final String MOB = "Killed by a %s on level %d";
|
public static final String MOB = "Killed by %s on level %d";
|
||||||
public static final String UNIQUE = "Killed by the %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";
|
public static final String NAMED = "Killed by %s on level %d";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user