fix all buildings being identified as constructions

develop
Myk Taylor 2023-02-22 20:34:54 -08:00
parent 4b26454696
commit f0ca7ad425
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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