From 53a50fc5a4efdfb41ba4b0be3eb918310ce2d790 Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:02:29 -0700 Subject: [PATCH] fix eighths --- stairsplus/shapes/stairs.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",