Allow quality modules in the electric foundry
This commit is contained in:
parent
5be1a052bb
commit
6c6be4dd4b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ data:extend({
|
||||||
emissions_per_minute = { pollution = 2 },
|
emissions_per_minute = { pollution = 2 },
|
||||||
usage_priority = "secondary-input",
|
usage_priority = "secondary-input",
|
||||||
},
|
},
|
||||||
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
|
allowed_effects = {"consumption", "speed", "productivity", "pollution", "quality"},
|
||||||
damaged_trigger_effect = hit_effects.entity(),
|
damaged_trigger_effect = hit_effects.entity(),
|
||||||
drawing_box_vertical_extension = 1.3,
|
drawing_box_vertical_extension = 1.3,
|
||||||
module_slots = 3,
|
module_slots = 3,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue