v0.9.1c: fixed tengu's shockers having no death message

This commit is contained in:
Evan Debenham 2021-01-10 17:10:05 -05:00
parent e01818ceb2
commit bb263d8511

View File

@ -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") );
}
}