v0.2.3: fixed a bug caused by result description tweaks

This commit is contained in:
Evan Debenham 2014-12-16 21:53:05 -05:00
parent cd8e11b311
commit f9dafd5bba

View File

@ -335,7 +335,7 @@ public class Yog extends Mob {
enemy.sprite.flash();
if (!enemy.isAlive() && enemy == Dungeon.hero) {
Dungeon.fail( Utils.format( ResultDescriptions.BOSS, name, Dungeon.depth ) );
Dungeon.fail( Utils.format( ResultDescriptions.UNIQUE, name, Dungeon.depth ) );
GLog.n( TXT_KILL, name );
}
return true;