Add platform for corridor ends

master
Wuzzy 2017-05-10 16:35:38 +02:00
parent 6431a7b906
commit fc43c87d7e
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ local function corridor_part(start_point, segment_vector, segment_count, wood, p
-- End of the corridor; create the final piece
if is_final then
Cube(p, 1, {name="air"})
Platform(p, 1, node_wood)
end
end