diff --git a/plugins/lua/buildingplan.lua b/plugins/lua/buildingplan.lua index aef04e020..905a5558f 100644 --- a/plugins/lua/buildingplan.lua +++ b/plugins/lua/buildingplan.lua @@ -694,7 +694,7 @@ local function is_construction() end local function is_stairs() - return is_construction + return is_construction() and uibs.building_subtype == df.construction_type.UpDownStair end