From a53ec45c585ce4e08eb0db2d3dfa9a9e5c188a93 Mon Sep 17 00:00:00 2001 From: Brett Cornwall Date: Mon, 18 Jul 2022 17:07:45 -0700 Subject: [PATCH] Reword drowning message so "You " makes sense We can't assume that "he" works since that doesn't cover all people. The sentence also didn't make sense when the user was in single player, causing "You" to be the beginning of the sentence. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b6ea44b..c146806 100644 --- a/init.lua +++ b/init.lua @@ -43,7 +43,7 @@ messages.water = { " ran out of air.", " failed at swimming lessons.", " tried to impersonate an anchor.", - " forgot he wasn't a fish.", + " forgot to breathe.", " blew one too many bubbles." }