v0.9.2: corrected Tengu's hp backets not updating with his health total
This commit is contained in:
parent
bad49ee880
commit
e714c7860e
|
@ -141,7 +141,7 @@ public class NewTengu extends Mob {
|
|||
|
||||
NewPrisonBossLevel.State state = ((NewPrisonBossLevel)Dungeon.level).state();
|
||||
|
||||
int hpBracket = 20;
|
||||
int hpBracket = HT / 8;
|
||||
|
||||
int beforeHitHP = HP;
|
||||
super.damage(dmg, src);
|
||||
|
|
Loading…
Reference in New Issue
Block a user