Modded robots don't respect surface conditions fully
Posted: Thu Mar 13, 2025 9:14 pm
Modded Logi / Construction bots properly can't be hand-placed on a surface if their surface conditions are not fulfilled by the surface's properties, but they can still be kept in inventory or put into roboports and then get assigned jobs and execute them on the same surface despite their conditions still not being met.
Example code:
this example would prevent them from being placed on Aquilo, but if put into a Roboport they can still get assigned jobs and will fulfill them even though their surface condition is not met.
Example code:
Code: Select all
data.raw["logistic-robot"]["logistic-robot"].surface_conditions = {{property = "pressure", min = 350}}