v0.3.5: hero window now accounts for shielding
This commit is contained in:
@@ -130,7 +130,7 @@ public class WndHero extends WndTabbed {
|
|||||||
pos = btnCatalogs.bottom() + GAP;
|
pos = btnCatalogs.bottom() + GAP;
|
||||||
|
|
||||||
statSlot( Messages.get(this, "str"), hero.STR() );
|
statSlot( Messages.get(this, "str"), hero.STR() );
|
||||||
statSlot( Messages.get(this, "health"), hero.HP + "/" + hero.HT );
|
statSlot( Messages.get(this, "health"), (hero.HP + hero.SHLD) + "/" + hero.HT );
|
||||||
statSlot( Messages.get(this, "exp"), hero.exp + "/" + hero.maxExp() );
|
statSlot( Messages.get(this, "exp"), hero.exp + "/" + hero.maxExp() );
|
||||||
|
|
||||||
pos += GAP;
|
pos += GAP;
|
||||||
|
|||||||
Reference in New Issue
Block a user