Pelagos: Re-heating spoiled steam science doesn't give productivity bonus in the calciner
This commit is contained in:
parent
4133c4ae22
commit
58b39d1cce
1 changed files with 2 additions and 1 deletions
|
|
@ -110,12 +110,13 @@ if spoil then
|
|||
ingredients = {
|
||||
{ type = "item", name = "steam-science-pack-spoiled", amount = 1 }
|
||||
},
|
||||
results = { { type = "item", name = "steam-science-pack", amount = 1 } },
|
||||
results = { { type = "item", name = "steam-science-pack", amount = 1, ignored_by_stats = 1 } },
|
||||
crafting_machine_tint = {
|
||||
primary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
secondary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
},
|
||||
allow_productivity = false,
|
||||
maximum_productivity = 0,
|
||||
auto_recycle = false
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue