summaryrefslogtreecommitdiff
path: root/world.lua
diff options
context:
space:
mode:
authorcursed22bc <admin@pixeldawn.org>2026-03-10 23:16:58 +0200
committercursed22bc <admin@pixeldawn.org>2026-03-10 23:16:58 +0200
commit0dce23b4b24ae74889550dc0b81ea393c047f929 (patch)
tree849eec42d84928ea235a51c1d6df984282e3af91 /world.lua
parentd2dab6c8efcf126503c004e935fda9190533729c (diff)
evil window hacks
Diffstat (limited to 'world.lua')
-rw-r--r--world.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/world.lua b/world.lua
index 0678804..ff7a1ad 100644
--- a/world.lua
+++ b/world.lua
@@ -258,7 +258,7 @@ function World:handleDoor(door, player)
else
local remaining = needed - keyCount
self.playerTextbox:show(
- "Locked. You need " .. remaining .. " more key" .. (remaining > 1 and "s" or "") .. ".",
+ "Locked. I need " .. remaining .. " more key" .. (remaining > 1 and "s" or "") .. ".",
{ player.x + player.width / 2, player.y - 20, "center" },
"write",
{ life = 3, fontSize = 9, centeredText = true, wrapToFit = true }