aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-07 22:27:36 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-07 22:27:36 +0200
commit94905a581216cbe22e7cd0ed6a8c97ed380feb94 (patch)
tree7c2d16ee1a1286f675b2f69d0281b702f26f2a4d /src
parent99773d6a593c444151503de315f127bea6f74d49 (diff)
downloadskyhanni-94905a581216cbe22e7cd0ed6a8c97ed380feb94.tar.gz
skyhanni-94905a581216cbe22e7cd0ed6a8c97ed380feb94.tar.bz2
skyhanni-94905a581216cbe22e7cd0ed6a8c97ed380feb94.zip
add Twilight Arrow Poison to npc sell allowed list
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/lorenz/mod/HideNotClickableItems.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/lorenz/mod/HideNotClickableItems.kt b/src/main/java/at/lorenz/mod/HideNotClickableItems.kt
index 3f94a1479..40c755fea 100644
--- a/src/main/java/at/lorenz/mod/HideNotClickableItems.kt
+++ b/src/main/java/at/lorenz/mod/HideNotClickableItems.kt
@@ -266,6 +266,7 @@ class HideNotClickableItems {
"Enchanted Wool" -> return false
"Training Weights" -> return false
"Journal Entry" -> return false
+ "Twilight Arrow Poison" -> return false
"Fairy's Galoshes" -> return false
}