Skip to content

Commit

Permalink
Merge pull request #22 from Myst0712/patch-3
Browse files Browse the repository at this point in the history
Update LegendaryStalwart.java
  • Loading branch information
ebicep authored Dec 29, 2023
2 parents cd647d6 + cd5d4f7 commit d248e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public TextComponent getPassiveEffect() {
.append(formatTitleUpgrade(getEveryHpPercent(), "%"))
.append(Component.text(" of HP under "))
.append(formatTitleUpgrade(getUnderHpCheck(), "%"))
.append(Component.text(", gain an additional 7.5% damage reduction. Maximum 80% Damage Reduction."))
.append(Component.text(", gain an additional 7.5% damage reduction. Maximum 80% damage reduction."))
.append(Component.newline())
.append(Component.newline())
.append(Component.text("If your health is currently higher than 80% and you will die from the next source of damage, your " +
Expand Down

0 comments on commit d248e26

Please sign in to comment.