v1.4.0: fixed boss health bar buffs not updating when resting
This commit is contained in:
@@ -676,6 +676,7 @@ public class Hero extends Char {
|
|||||||
|
|
||||||
checkVisibleMobs();
|
checkVisibleMobs();
|
||||||
BuffIndicator.refreshHero();
|
BuffIndicator.refreshHero();
|
||||||
|
BuffIndicator.refreshBoss();
|
||||||
|
|
||||||
if (paralysed > 0) {
|
if (paralysed > 0) {
|
||||||
|
|
||||||
@@ -754,7 +755,6 @@ public class Hero extends Char {
|
|||||||
ready = true;
|
ready = true;
|
||||||
|
|
||||||
AttackIndicator.updateState();
|
AttackIndicator.updateState();
|
||||||
BuffIndicator.refreshBoss();
|
|
||||||
|
|
||||||
GameScene.ready();
|
GameScene.ready();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user