v2.3.0: fixed potions of strength no longer increasing STR (whoops!)

This commit is contained in:
Evan Debenham
2023-12-07 13:05:14 -05:00
parent af7e26e239
commit d7bd161f2d
@@ -41,6 +41,8 @@ public class PotionOfStrength extends Potion {
public void apply( Hero hero ) { public void apply( Hero hero ) {
identify(); identify();
hero.STR++;
GLog.p( Messages.get(this, "msg", hero.STR()) ); GLog.p( Messages.get(this, "msg", hero.STR()) );
Badges.validateStrengthAttained(); Badges.validateStrengthAttained();