aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/com/ambientaddons/config/Config.kt2
-rw-r--r--src/main/kotlin/com/ambientaddons/config/PersistentData.kt1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/kotlin/com/ambientaddons/config/Config.kt b/src/main/kotlin/com/ambientaddons/config/Config.kt
index 406a880..22c9f5b 100644
--- a/src/main/kotlin/com/ambientaddons/config/Config.kt
+++ b/src/main/kotlin/com/ambientaddons/config/Config.kt
@@ -178,7 +178,7 @@ object Config : Vigilant(
selector(
::bestiaryHighlight,
name = "Bestiary highlight",
- description = "Show cave spiders and snipers. Disabled automatically when idkmansry is nearby.",
+ description = "Show cave spiders and snipers.",
options = listOf("Off", "Highlight", "ESP")
)
}
diff --git a/src/main/kotlin/com/ambientaddons/config/PersistentData.kt b/src/main/kotlin/com/ambientaddons/config/PersistentData.kt
index f1e5873..6db7418 100644
--- a/src/main/kotlin/com/ambientaddons/config/PersistentData.kt
+++ b/src/main/kotlin/com/ambientaddons/config/PersistentData.kt
@@ -21,6 +21,7 @@ data class PersistentData(
"SPIRIT_WING" to null,
"SPIRIT_STONE" to 1000000,
"SHADOW_ASSASSIN_CHESTPLATE" to null,
+ "SHADOW_FURY" to null,
"GIANTS_SWORD" to null,
"DARK_CLAYMORE" to null,
"THUNDERLORD_7" to null,