aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java
index 7acc47fb..8cabee18 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/overlays/CrystalHollowOverlay.java
@@ -400,7 +400,7 @@ public class CrystalHollowOverlay extends TextOverlay {
Matcher crystalPlacedMatcher = crystalPlacedPattern.matcher(message);
Matcher crystalPlaceMatcher = crystalPlacePattern.matcher(message);
Matcher crystalReclaimMatcher = crystalReclaimPattern.matcher(message);
- if (message.equals(" You've earned a Crystal Loot Bundle!"))
+ if (message.startsWith(" CRYSTAL NUCLEUS LOOT BUNDLE"))
hidden.crystals.replaceAll((k, v) -> 0);
if (crystalNotPlacedMatcher.matches() && hidden.crystals.containsKey(crystalNotPlacedMatcher.group("crystal"))) {
hidden.crystals.put(crystalNotPlacedMatcher.group("crystal"), 1);