From 11ec47ed03ba5b00161f642534c175ac723f46ae Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:15:45 +0800 Subject: Update index.js --- features/specialMining/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/specialMining') diff --git a/features/specialMining/index.js b/features/specialMining/index.js index 614bc07..702bd98 100644 --- a/features/specialMining/index.js +++ b/features/specialMining/index.js @@ -73,11 +73,11 @@ class PowderAndScatha extends Feature { //&r&aYou received &r&f1 &r&a&r&aGreen Goblin Egg&r&a.&r this.registerChat("&r&aYou received ${thing}&r&a.&r", (thing, e) => { if (this.hideGemstoneMessage.getValue() && thing.endsWith("Gemstone") && (this.showFlawlessGemstone.getValue() ? !thing.includes("Flawless") : true)) { + cancel(e) if (thing.includes("Amethyst")) this.tempLocation = "Jungle" if (thing.includes("Sapphire")) this.tempLocation = "Precursor_Remnants" if (thing.includes("Amber")) this.tempLocation = "Goblin_Holdout" if (thing.includes("Jade")) this.tempLocation = "Mithril_Deposits" - cancel(e) } if (this.hideWishingCompassMessage.getValue() && thing.endsWith("Wishing Compass")) cancel(e) if (this.hideAscensionRope.getValue() && thing.endsWith("Ascension Rope")) cancel(e) -- cgit