From 2d250a5dd2250c9bd7ada1f9a5ef32f1fcf6166a Mon Sep 17 00:00:00 2001 From: inglettronald Date: Wed, 22 Mar 2023 02:56:04 -0500 Subject: bugfixing --- src/main/kotlin/dulkirmod/config/Config.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/kotlin/dulkirmod/config') diff --git a/src/main/kotlin/dulkirmod/config/Config.kt b/src/main/kotlin/dulkirmod/config/Config.kt index 1088ad1..3745ee6 100644 --- a/src/main/kotlin/dulkirmod/config/Config.kt +++ b/src/main/kotlin/dulkirmod/config/Config.kt @@ -84,7 +84,7 @@ object Config : Vigilant(File("./config/dulkirmod/config.toml"), "DulkirMod", so @Property( type = PropertyType.SWITCH, name = "Hide Healer fairy", - description = "Probably disable when not in dungeons for now. Will fix later.", + description = "Now only runs in dungeons lol", category = "Dungeons" ) var hideHealerFairy = false @@ -100,7 +100,7 @@ object Config : Vigilant(File("./config/dulkirmod/config.toml"), "DulkirMod", so @Property( type = PropertyType.SWITCH, name = "Throttle Notifier", - description = "Making features out of bugs wow", + description = "Im pretty sure this is mostly patched? Idk I'm leaving it in", category = "Dungeons" ) var throttleNotifier = true @@ -134,7 +134,7 @@ object Config : Vigilant(File("./config/dulkirmod/config.toml"), "DulkirMod", so @Property( type = PropertyType.SWITCH, name = "M7 Dragon Timer", - description = "Helps u arrow stack ig", + description = "Large in-world text timers to help you see when dragons will spawn.", category = "Dungeons" ) var dragonTimer = true -- cgit