aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAppability <appable@icloud.com>2022-11-13 20:13:09 -0800
committerAppability <appable@icloud.com>2022-11-13 20:13:09 -0800
commitfbcfd07e27fb2f64787c67244bb58730982ec2c1 (patch)
treee495b1647a49d45c2bfbf64f8caad9cf3456650f /src
parent7781794bbe35cf90f8e73909009324fcc9c5298f (diff)
downloadAmbientAddons-fbcfd07e27fb2f64787c67244bb58730982ec2c1.tar.gz
AmbientAddons-fbcfd07e27fb2f64787c67244bb58730982ec2c1.tar.bz2
AmbientAddons-fbcfd07e27fb2f64787c67244bb58730982ec2c1.zip
remove certain parts of descriptions, add shadow fury
Diffstat (limited to 'src')
-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,