v0.2.3: fixed a bug caused by result description tweaks
This commit is contained in:
@@ -335,7 +335,7 @@ public class Yog extends Mob {
|
|||||||
enemy.sprite.flash();
|
enemy.sprite.flash();
|
||||||
|
|
||||||
if (!enemy.isAlive() && enemy == Dungeon.hero) {
|
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 );
|
GLog.n( TXT_KILL, name );
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user