aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/com/ambientaddons/config
diff options
context:
space:
mode:
authorAppability <appable@icloud.com>2022-11-13 16:54:28 -0800
committerAppability <appable@icloud.com>2022-11-13 16:54:28 -0800
commit012690fe591b7de4cb248a632a48371432be7610 (patch)
tree97e5f0c668651e904275fd4c212bab2413c1df6b /src/main/kotlin/com/ambientaddons/config
parent766ce61c5655935a232c5d87c1e334c6fba3d73b (diff)
downloadAmbientAddons-012690fe591b7de4cb248a632a48371432be7610.tar.gz
AmbientAddons-012690fe591b7de4cb248a632a48371432be7610.tar.bz2
AmbientAddons-012690fe591b7de4cb248a632a48371432be7610.zip
fix inaccessible color setting + fix thorn timer
Diffstat (limited to 'src/main/kotlin/com/ambientaddons/config')
-rw-r--r--src/main/kotlin/com/ambientaddons/config/Config.kt44
1 files changed, 23 insertions, 21 deletions
diff --git a/src/main/kotlin/com/ambientaddons/config/Config.kt b/src/main/kotlin/com/ambientaddons/config/Config.kt
index ccf4909..406a880 100644
--- a/src/main/kotlin/com/ambientaddons/config/Config.kt
+++ b/src/main/kotlin/com/ambientaddons/config/Config.kt
@@ -128,60 +128,62 @@ object Config : Vigilant(
category("Highlights") {
subcategory("Bat highlight") {
+ color(
+ ::batColor,
+ name = "Bat highlight color",
+ description = "Color of bat secrets",
+ )
selector(
::batHighlight,
name = "Bat highlight",
description = "Show bat secrets",
options = listOf("Off", "Highlight", "ESP")
)
- color(
- ::batColor,
- name = "Bat highlight color",
- description = "Color of bat secrets",
- )
+
}
subcategory("Shadow assassin highlight") {
+ color(
+ ::saColor,
+ name = "Shadow assassin highlight color",
+ description = "Color of shadow assassins",
+ )
selector(
::saHighlight,
name = "Shadow assassin highlight",
description = "Show shadow assassins (without this, they will not be highlighted even when starred.)",
options = listOf("Off", "Highlight", "ESP")
)
- color(
- ::saColor,
- name = "Shadow assassin highlight color",
- description = "Color of shadow assassins",
- )
+
}
subcategory("Starred mob highlight") {
+ color(
+ ::starredColor,
+ name = "Starred mob highlight color",
+ description = "Color of starred mobs",
+ )
selector(
::starredHighlight,
name = "Starred mob highlight",
description = "Show bat secrets",
options = listOf("Off", "Highlight", "ESP")
)
- color(
- ::starredColor,
- name = "Starred mob highlight color",
- description = "Color of starred mobs",
- )
+
}
subcategory("Bestiary highlight") {
+ color(
+ ::bestiaryColor,
+ name = "Bestiary highlight color",
+ description = "Color of bestiary mobs.",
+ )
selector(
::bestiaryHighlight,
name = "Bestiary highlight",
description = "Show cave spiders and snipers. Disabled automatically when idkmansry is nearby.",
options = listOf("Off", "Highlight", "ESP")
)
- color(
- ::bestiaryColor,
- name = "Bestiary highlight color",
- description = "Color of bestiary mobs.",
- )
}
}
-
category("Pre/Post Dungeon") {
subcategory("Chest QOL") {
switch(