mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 06:08:09 -06:00
isolate and reapply non-whitespace change
This commit is contained in:
@@ -421,7 +421,7 @@ function unset_wagon_combs(map_data, stop)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local type_filter = {"inserter", "pump", "arithmetic-combinator", "loader-1x1"}
|
local type_filter = {"inserter", "pump", "arithmetic-combinator", "loader-1x1", "loader"}
|
||||||
---@param map_data MapData
|
---@param map_data MapData
|
||||||
---@param stop Station|Refueler
|
---@param stop Station|Refueler
|
||||||
---@param is_station_or_refueler boolean
|
---@param is_station_or_refueler boolean
|
||||||
@@ -543,7 +543,7 @@ function reset_stop_layout(map_data, stop, is_station_or_refueler, forbidden_ent
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif entity.type == "loader-1x1" then
|
elseif entity.type == "loader-1x1" or entity.type == "loader" then
|
||||||
if not supports_cargo then
|
if not supports_cargo then
|
||||||
local direction = entity.direction
|
local direction = entity.direction
|
||||||
if is_ver then
|
if is_ver then
|
||||||
|
|||||||
Reference in New Issue
Block a user