mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 14:13:31 +08:00
Infinite logistic bots/drones/vessels in Architect Mode
This commit is contained in:
@@ -393,7 +393,7 @@ public static class FactoryPatch
|
|||||||
_canBuildItems = new bool[12000];
|
_canBuildItems = new bool[12000];
|
||||||
foreach (var ip in LDB.items.dataArray)
|
foreach (var ip in LDB.items.dataArray)
|
||||||
{
|
{
|
||||||
if (ip.CanBuild && ip.ID < 12000) _canBuildItems[ip.ID] = true;
|
if ((ip.Type == EItemType.Logistics || ip.CanBuild) && ip.ID < 12000) _canBuildItems[ip.ID] = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user