We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c521b commit 62501acCopy full SHA for 62501ac
src/main/java/com/github/elic0de/thejpspit/player/PitPlayer.java
@@ -221,7 +221,7 @@ public void increaseXP() {
221
222
public void increaseHealth() {
223
player.setHealth(Math.min(player.getAttribute(Attribute.GENERIC_MAX_HEALTH).getValue(),
224
- player.getHealth() + 1));
+ player.getHealth() + 2));
225
}
226
227
public void resetStreaks() {
0 commit comments