v2.3.0: fixed potions of strength no longer increasing STR (whoops!)
This commit is contained in:
+2
@@ -41,6 +41,8 @@ public class PotionOfStrength extends Potion {
|
||||
public void apply( Hero hero ) {
|
||||
identify();
|
||||
|
||||
hero.STR++;
|
||||
|
||||
GLog.p( Messages.get(this, "msg", hero.STR()) );
|
||||
|
||||
Badges.validateStrengthAttained();
|
||||
|
||||
Reference in New Issue
Block a user