v0.9.1c: fixed tengu's shockers having no death message
This commit is contained in:
parent
e01818ceb2
commit
bb263d8511
|
@ -1011,6 +1011,7 @@ public class NewTengu extends Mob {
|
|||
|
||||
if (ch == Dungeon.hero && !ch.isAlive()) {
|
||||
Dungeon.fail(NewTengu.class);
|
||||
GLog.n( Messages.get(Electricity.class, "ondeath") );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user