Pelagos: Re-heating spoiled steam science doesn't give productivity bonus in the calciner

This commit is contained in:
Simon Brodtmann 2026-02-20 19:49:38 +01:00
parent 4133c4ae22
commit 58b39d1cce

View file

@ -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
}
})