summaryrefslogtreecommitdiff
path: root/world.lua
diff options
context:
space:
mode:
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 }