v0.2.3: fixed a bug introduced by rankings changes

This commit is contained in:
Evan Debenham 2014-12-18 01:50:07 -05:00
parent a02dd7e5ca
commit a3c9dc77a1

View File

@ -20,7 +20,7 @@ package com.shatteredpixel.shatteredpixeldungeon;
public class ResultDescriptions {
// 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 NAMED = "Killed by %s on level %d";