diff options
author | Alexia Luna <me@alexia.lol> | 2024-03-21 17:40:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:40:36 +0100 |
commit | 841529ff4d3b81bc38a16082f8f3e892b38639f8 (patch) | |
tree | 7ed8f52c892ab2c6b65a1bcde028dee92403c16b /src/main/java/at/hannibal2/skyhanni/features | |
parent | dd4fd8dfef25e1adf4e5daf12be70f4702382d23 (diff) | |
download | skyhanni-841529ff4d3b81bc38a16082f8f3e892b38639f8.tar.gz skyhanni-841529ff4d3b81bc38a16082f8f3e892b38639f8.tar.bz2 skyhanni-841529ff4d3b81bc38a16082f8f3e892b38639f8.zip |
Feature: Add Curse of Greed to non-God Potion effects (#1225)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/NonGodPotEffectDisplay.kt | 2 |
1 files changed, 2 insertions, 0 deletions
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"), ; } |