Skip to content

Commit

Permalink
Fix: Fixed small typos in FF guide. (#2273)
Browse files Browse the repository at this point in the history
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
  • Loading branch information
hannibal002 and hannibal002 authored Jul 29, 2024
1 parent 38d2445 commit db5ec7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class OverviewPage(sizeX: Int, sizeY: Int, paddingX: Int = 15, paddingY: Int = 7
FFInfos.REFORGE_ARMOR.bar(
"§2$wordArmor Reforge",
if (FarmingItems.currentArmor == null) "§7§2The fortune from your armor's reforge\n$moreInfo"
else "§7§2Reforge fortune from your\n$armorName}",
else "§7§2Reforge fortune from your\n$armorName",
),
)

Expand All @@ -146,7 +146,7 @@ class OverviewPage(sizeX: Int, sizeY: Int, paddingX: Int = 15, paddingY: Int = 7
FFInfos.ENCHANT_ARMOR.bar(
"§2$wordArmor Enchantment",
if (FarmingItems.currentArmor == null) "§7§2The fortune from your armor's enchantments\n$moreInfo"
else "§7§2Enchantment fortune from your\n$armorName}",
else "§7§2Enchantment fortune from your\n$armorName",
),
)

Expand All @@ -155,7 +155,7 @@ class OverviewPage(sizeX: Int, sizeY: Int, paddingX: Int = 15, paddingY: Int = 7
FFInfos.GEMSTONE_ARMOR.bar(
"§2$wordArmor Gemstones",
if (FarmingItems.currentArmor == null) "§7§2The fortune from your armor's gemstones\n$moreInfo"
else "§7§2Gemstone fortune from your\n$armorName}",
else "§7§2Gemstone fortune from your\n$armorName",
),
)

Expand Down

0 comments on commit db5ec7f

Please sign in to comment.