Skip to content

Commit 62501ac

Browse files
committed
自動回復2倍に
1 parent c5c521b commit 62501ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/thejpspit/player/PitPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void increaseXP() {
221221

222222
public void increaseHealth() {
223223
player.setHealth(Math.min(player.getAttribute(Attribute.GENERIC_MAX_HEALTH).getValue(),
224-
player.getHealth() + 1));
224+
player.getHealth() + 2));
225225
}
226226

227227
public void resetStreaks() {

0 commit comments

Comments
 (0)