summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-12 20:34:00 +0100
committerWuzzy <almikes@aol.com>2016-12-12 20:34:00 +0100
commit9a416d4c9a5a75ffba8bd06abecab9982cd08e5d (patch)
tree8fc8385d609027aeb80eaba83700aafe2d91f8d4 /helptexts.lua
parentc1c47694a78e1c8162e0a517346223539c59c75b (diff)
Fix key typo
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helptexts.lua b/helptexts.lua
index ca4fee5..36cee55 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -498,7 +498,7 @@ local export_usagehelp = {
["farming:hoe_diamond"] = hoeuse,
["default:key"] = S("Wield the key and rightclick on a locked thing to attempt to access it. If the key fits, you perform the action (e.g. you open a door). If it doesn't fit, the key does nothing."),
- ["default:skeleton_key"] = S("Go to the locked thing you own to match the key for. Rightclick on it to turn the skeleton key into a key and permanently match it to the locked thing. Any player who posesses this key can now access the locked thing you have selected—but only this! Note that you don't need keys for the things you own. If the locked thing has been removed, the key will stop working."),
+ ["default:skeleton_key"] = S("Go to the locked thing you own to match the key for. Rightclick on it to turn the skeleton key into a key and permanently match it to the locked thing. Any player who possesses this key can now access the locked thing you have selected—but only this! Note that you don't need keys for the things you own. If the locked thing has been removed, the key will stop working."),
}
-- TODO: Actually make use of these texts