Skip to content

Commit

Permalink
Add in migration for coal-tile
Browse files Browse the repository at this point in the history
Former-commit-id: 6039156
  • Loading branch information
Nexela committed Jan 18, 2017
1 parent 04c8738 commit b5ed00f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/pYCoalprocessing_0.2.3.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
for _, force in pairs(game.forces) do
if force.technologies["py-asphalt"].researched then
data.raw.recipe["py-coal-tile"].enabled = true
end
end

0 comments on commit b5ed00f

Please sign in to comment.