Skip to content

Commit 95d1f34

Browse files
committed
Complete todo of CommunityShopAdder for when upgrade is ready to claim
1 parent fd04004 commit 95d1f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/hysky/skyblocker/skyblock/item/slottext/adders/CommunityShopAdder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private static List<SlotText> getTextForUpgradesScreen(Slot slot) {
4949
return List.of(SlotText.bottomLeft(switch (lastLine) {
5050
case "Maxed out!" -> Text.literal("Max").withColor(0xfab387);
5151
case "Currently upgrading!" -> Text.literal("⏰").withColor(0xf9e2af).formatted(Formatting.BOLD);
52-
//Todo: Add the case for when the upgrade has finished and is ready to be claimed
52+
case "Click to claim!" -> Text.literal("✅").withColor(0xa6e3a1).formatted(Formatting.BOLD);
5353
default -> Text.literal(String.valueOf(RomanNumerals.romanToDecimal(roman))).withColor(0xcba6f7);
5454
}));
5555

0 commit comments

Comments
 (0)