From 841529ff4d3b81bc38a16082f8f3e892b38639f8 Mon Sep 17 00:00:00 2001 From: Alexia Luna Date: Thu, 21 Mar 2024 17:40:36 +0100 Subject: Feature: Add Curse of Greed to non-God Potion effects (#1225) --- .../java/at/hannibal2/skyhanni/features/misc/NonGodPotEffectDisplay.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/java') diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/NonGodPotEffectDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/NonGodPotEffectDisplay.kt index d8069ae59..d5387f27c 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/NonGodPotEffectDisplay.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/NonGodPotEffectDisplay.kt @@ -68,6 +68,8 @@ class NonGodPotEffectDisplay { PEST_REPELLENT("§6Pest Repellent I§r"), PEST_REPELLENT_MAX("§6Pest Repellent II"), + + CURSE_OF_GREED("§4Curse of Greed I"), ; } -- cgit