From cd5d4f78df49f9e7d1b4b825e0584841ab99953c Mon Sep 17 00:00:00 2001 From: Myst0712 <153918803+Myst0712@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:39:30 -0700 Subject: [PATCH] Update LegendaryStalwart.java Grammer --- .../weapontypes/legendaries/titles/LegendaryStalwart.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/ebicep/warlords/pve/weapons/weapontypes/legendaries/titles/LegendaryStalwart.java b/src/main/java/com/ebicep/warlords/pve/weapons/weapontypes/legendaries/titles/LegendaryStalwart.java index 8ccc33c57..47ba2eec0 100644 --- a/src/main/java/com/ebicep/warlords/pve/weapons/weapontypes/legendaries/titles/LegendaryStalwart.java +++ b/src/main/java/com/ebicep/warlords/pve/weapons/weapontypes/legendaries/titles/LegendaryStalwart.java @@ -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 " +