summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2017-08-26 18:20:00 +0200
committerWuzzy <almikes@aol.com>2017-08-26 18:20:00 +0200
commitd9e504820d43e19e96b175f34a1d2a7a78842b4f (patch)
tree7e5b75b87c9218fb22964f9de318eba8896b794a
parent59fb7398f78a17a5f3bba68a30d93fc48143bfbd (diff)
Update stair help
-rw-r--r--helptexts.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 4159621..954f458 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -33,8 +33,8 @@ local walldesc = S("A piece of wall. When multiple of these are placed to next t
local slabdesc = S("A slab is half as high as their full block counterparts and can occupy either the lower or upper half of a block. Low slabs can be easily stepped on without needing to jump. When a slab is placed on another slab of the same type, a new full block is created.")
local slabuse = S("To place a low slab, place it on the floor or the bottom half of the side of a block. To place a high slab, place it on the ceiling or the upper half of the side of a block.")
-local stairdesc = S("Stairs are useful to reach higher places by walking over them; jumping is not required.")
-
+local stairdesc = S("Stairs are useful to reach higher places by walking over them; jumping is not required. Stairs can be placed upside-down, too.")
+local stairuse = S("To place this block normally, place it on the floor or at the lower half of the side of a block. To place it upside-down, place it at a ceiling or the upper half of the side of a block.")
local signdesc = S("A sign is placed at walls. Players can write something on it.")
local signuse = S("Point to the sign to reveal its message. Right-click the sign to edit the text.")