From a3c9dc77a1229f7c5177d29c9f6b9939338f9ed1 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Thu, 18 Dec 2014 01:50:07 -0500 Subject: [PATCH] v0.2.3: fixed a bug introduced by rankings changes --- .../shatteredpixeldungeon/ResultDescriptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java b/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java index 10ef17e7b..4fa23b4af 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/ResultDescriptions.java @@ -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";