Remove inventory of provisional rocket silo
This commit is contained in:
parent
17c2795b3d
commit
51e9682125
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ silo.fluid_boxes_off_when_no_fluid_recipe = true
|
|||
silo.launch_to_space_platforms = false
|
||||
silo.rocket_parts_required = 50
|
||||
silo.rocket_parts_storage_cap = 50
|
||||
silo.to_be_inserted_to_rocket_inventory_size = 1
|
||||
silo.to_be_inserted_to_rocket_inventory_size = 0
|
||||
silo.clamps_on_trigger = {
|
||||
type = "script",
|
||||
effect_id = "provisional-rocket-ready"
|
||||
|
@ -122,7 +122,7 @@ local silo_ready = {
|
|||
min = 1
|
||||
}
|
||||
},
|
||||
flags = { "not-on-map", "not-blueprintable", "not-deconstructable", "not-flammable", "not-repairable", "not-upgradable", "no-automated-item-insertion", "no-automated-item-removal", "not-in-kill-statistics" },
|
||||
flags = { "not-on-map", "not-blueprintable", "not-flammable", "not-repairable", "not-upgradable", "no-automated-item-insertion", "no-automated-item-removal", "not-in-kill-statistics" },
|
||||
allow_copy_paste = false,
|
||||
additional_pastable_entities = { "provisional-rocket-silo" },
|
||||
collision_mask = { layers = {} },
|
||||
|
|
Loading…
Add table
Reference in a new issue