diff --git a/stairsplus/shapes/stairs.lua b/stairsplus/shapes/stairs.lua index 8043c44..8829960 100644 --- a/stairsplus/shapes/stairs.lua +++ b/stairsplus/shapes/stairs.lua @@ -47,7 +47,7 @@ stairsplus.api.register_shape("stair_inner", { name_format = "stair_%s_inner", description = "@1 Inner Stair", shape_groups = {stair = 1, common = 1, legacy = 1, basic = 1}, - eighths = 5, + eighths = 7, drawtype = "nodebox", node_box = { type = "fixed", @@ -63,7 +63,7 @@ stairsplus.api.register_shape("stair_outer", { name_format = "stair_%s_outer", description = "@1 Outer Stair", shape_groups = {stair = 1, common = 1, legacy = 1, basic = 1}, - eighths = 7, + eighths = 5, drawtype = "nodebox", node_box = { type = "fixed",