v0.8.2: hunger buff icon now updates immediate if hunger is modified

This commit is contained in:
Evan Debenham 2020-08-06 09:56:38 -04:00
parent e137098c62
commit fd885589e9

View File

@ -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() {