diff options
Diffstat (limited to 'helptexts.lua')
-rw-r--r-- | helptexts.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/helptexts.lua b/helptexts.lua index 0efaf3e..2cc329f 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -230,10 +230,10 @@ local export_longdesc = { ["bucket:bucket_lava"] = S("A bucket can be used to collect and release liquids. This one is filled with hot lava, safely contained inside. Use with caution."), ["bones:bones"] = S("These are the remains of a deceased player. It may contain the player's former inventory which can be looted. Fresh bones are bones of a player who has deceased recently and can only be looted by the same player. Old bones can be looted by everyone. Once collected, bones can be placed like any other block."), - ["doors:door_wood_a"] = S("A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player."), - ["doors:door_glass_a"] = S("A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player."), - ["doors:door_obsidian_glass_a"] = S("A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player."), - ["doors:door_steel_a"] = S("Steel doors are owned by the player who placed them, only their owner can open, close or mine them. Steel doors are also immune to explosions."), + ["doors:door_wood"] = S("A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player."), + ["doors:door_glass"] = S("A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player."), + ["doors:door_obsidian_glass"] = S("A door covers a vertical area of two blocks to block the way. It can be opened and closed by any player."), + ["doors:door_steel"] = S("Steel doors are owned by the player who placed them, only their owner can open, close or mine them. Steel doors are also immune to explosions."), ["farming:straw"] = deconode, ["farming:bread"] = S("A nutritious food. Eat it to restore 5 hit points."), ["farming:seed_wheat"] = S("Grows into a wheat plant."), @@ -478,10 +478,10 @@ local export_usagehelp = { ["doors:trapdoor"] = S("Right-click the trapdoor to open or close it."), ["doors:trapdoor_steel"] = S("Point the steel trapdoor to see who owns it. Right-click it to open or close it (if you own it)."), - ["doors:door_wood_a"] = S("Right-click the door to open or close it."), - ["doors:door_steel_a"] = S("Point the door to see who owns it. Right-click the door to open or close it (if you own it)."), - ["doors:door_glass_a"] = S("Right-click the door to open or close it."), - ["doors:door_obsidian_glass_a"] = S("Right-click the door to open or close it."), + ["doors:door_wood"] = S("Right-click the door to open or close it."), + ["doors:door_steel"] = S("Point the door to see who owns it. Right-click the door to open or close it (if you own it)."), + ["doors:door_glass"] = S("Right-click the door to open or close it."), + ["doors:door_obsidian_glass"] = S("Right-click the door to open or close it."), ["screwdriver:screwdriver"] = S("Left-click on a block to rotate it around its current axis. Right-click on a block to rotate its axis. Note that not all blocks can be rotated."), |