diff options
-rw-r--r-- | helptexts.lua | 2 |
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 |