mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 14:08:16 -06:00
added an all class
This commit is contained in:
@@ -173,7 +173,7 @@ end
|
||||
---@param station Station
|
||||
---@param layout_id uint
|
||||
local function station_accepts_layout(station, layout_id)
|
||||
return station.accepted_layouts[layout_id]
|
||||
return station.is_all or station.accepted_layouts[layout_id]
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user