Remove combat robots and remotes
This commit is contained in:
parent
b74b7f8fed
commit
8f7fe1548d
1 changed files with 7 additions and 0 deletions
|
|
@ -103,6 +103,13 @@ util.removeEverythingByItem("uranium-235")
|
|||
util.removeEverythingByItem("uranium-238")
|
||||
util.removeEverythingByItem("depleted-uranium-fuel-cell")
|
||||
|
||||
-- Remove combat robots and remotes
|
||||
util.removeEntity("defender", { hideEntity = true })
|
||||
util.removeEntity("distractor", { hideEntity = true })
|
||||
util.removeEntity("destroyer", { hideEntity = true })
|
||||
util.removeEverythingByItem("spidertron-remote")
|
||||
util.removeEverythingByItem("artillery-targeting-remote")
|
||||
|
||||
-- Buff rocket silo
|
||||
data.raw["rocket-silo"]["rocket-silo"].rocket_parts_required = 25
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue