From 3df26cd0c28e8087cca8da50753ddeb96c7d4990 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Sat, 4 Nov 2023 02:29:35 -0600 Subject: [PATCH] HERE BE DRAGONS --- src/main/kotlin/group/ouroboros/potrogue/data/config/Config.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,