v0.8.2: hunger buff icon now updates immediate if hunger is modified
This commit is contained in:
parent
e137098c62
commit
fd885589e9
|
@ -133,6 +133,7 @@ public class Hunger extends Buff implements Hero.Doom {
|
||||||
partialDamage += excess * (target.HT/1000f);
|
partialDamage += excess * (target.HT/1000f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BuffIndicator.refreshHero();
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isStarving() {
|
public boolean isStarving() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user