From ac5880ff99987ba0c47aea1c6898102f68622506 Mon Sep 17 00:00:00 2001 From: Harry282 Date: Mon, 8 Jan 2024 22:09:28 -0500 Subject: [PATCH] Update entry message --- src/main/kotlin/funnymap/utils/Location.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/funnymap/utils/Location.kt b/src/main/kotlin/funnymap/utils/Location.kt index 80eaa89..9367955 100644 --- a/src/main/kotlin/funnymap/utils/Location.kt +++ b/src/main/kotlin/funnymap/utils/Location.kt @@ -17,7 +17,7 @@ object Location { var inBoss = false private val entryMessages = listOf( - "[BOSS] Bonzo: Gratz for making it this far, but I’m basically unbeatable.", + "[BOSS] Bonzo: Gratz for making it this far, but I'm basically unbeatable.", "[BOSS] Scarf: This is where the journey ends for you, Adventurers.", "[BOSS] The Professor: I was burdened with terrible news recently...", "[BOSS] Thorn: Welcome Adventurers! I am Thorn, the Spirit! And host of the Vegan Trials!",