Skip to content

Commit

Permalink
other: Spoilage setting is now forced enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 5, 2024
1 parent b6bc81b commit 46eec63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-final-fixes.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
data.raw.technology["tar-processing"].ignore_tech_cost_multiplier = true
data.raw.technology["engine"].ignore_tech_cost_multiplier = true
data.raw.technology["ash-separation"].ignore_tech_cost_multiplier = true
data.raw.technology["concrete"].ignore_tech_cost_multiplier = true

for name, recipe in pairs(data.raw.recipe) do
if recipe.category == "py-incineration" or recipe.category == "py-runoff" then
Expand Down

0 comments on commit 46eec63

Please sign in to comment.