Skip to content

Commit

Permalink
meta: Fix outdated numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed Dec 11, 2024
1 parent 2d24e3f commit 98bf872
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void drawPage(int mouseX, int mouseY, float partialTicks) {
JsonArray timecharm = rift.gallery.secured_trophies;
Utils.renderAlignedString(
EnumChatFormatting.RED + "Timecharms:",
EnumChatFormatting.WHITE.toString() + timecharm.size() + "/7",
EnumChatFormatting.WHITE.toString() + timecharm.size() + "/8",
guiLeft + 336,
guiTop + 39,
83
Expand Down Expand Up @@ -270,7 +270,7 @@ public void drawPage(int mouseX, int mouseY, float partialTicks) {

Utils.renderAlignedString(
EnumChatFormatting.DARK_PURPLE + "Enigma Souls:",
EnumChatFormatting.WHITE.toString() + foundSouls + "/42",
EnumChatFormatting.WHITE.toString() + foundSouls + "/52",
guiLeft + 331,
guiTop + 110,
83
Expand Down

0 comments on commit 98bf872

Please sign in to comment.