diff --git a/src/main/kotlin/group/ouroboros/potrogue/data/config/Config.kt b/src/main/kotlin/group/ouroboros/potrogue/data/config/Config.kt index ef3f47b..052c701 100644 --- a/src/main/kotlin/group/ouroboros/potrogue/data/config/Config.kt +++ b/src/main/kotlin/group/ouroboros/potrogue/data/config/Config.kt @@ -36,7 +36,7 @@ class Config { prop.setProperty("helpTipHeight", "3") } val out: OutputStream = FileOutputStream(file) - prop.store(out, "PotRogue Configuration File, restart game if changed value.") + prop.store(out, "PotRogue Configuration File, restart game if changed value. HERE BE DRAGONS.") } } //Convert values from the config file to in-code variables,