v0.2.3: fixed a bug caused by result description tweaks
This commit is contained in:
parent
cd8e11b311
commit
f9dafd5bba
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user