Ex:
Code: Select all
entity.set_command({type = defines.command.build_base, destination = safe_base_pos, ignore_planner = true, distraction = defines.distraction.by_damage})
Code: Select all
entity.set_command({type = defines.command.build_base, destination = safe_base_pos, ignore_planner = 1, distraction = defines.distraction.by_damage})
Oxyd and HanziQ on IRC confirmed the issue. Posted here for reference.