In the file base/prototypes/entity/demo_enemy_autoplace.lua, there is the function
Code: Select all
function enemy_autoplace(distance, order, is_turret)
If there is, somehow, no way to override a function... how do I change biter autoplace settings? Since they are embedded in a function, I can't access them through data.raw like I would for altering an entity, right?
Thank you!