Update stair help

master
Wuzzy 2017-08-26 18:20:00 +02:00
parent 59fb7398f7
commit d9e504820d
1 changed files with 2 additions and 2 deletions

View File

@ -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.")