Skip to content

Commit

Permalink
Remove the removed ralesias-5 from the Ralesias TURD
Browse files Browse the repository at this point in the history
  • Loading branch information
Septiple committed Oct 19, 2023
1 parent 60dbf34 commit e84426d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prototypes/upgrades/ralesia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ if data then
table.deepcopy(data.raw.recipe['ralesias-2']),
table.deepcopy(data.raw.recipe['ralesias-3']),
table.deepcopy(data.raw.recipe['ralesias-4']),
table.deepcopy(data.raw.recipe['ralesias-5']),
}) do
recipe.name = recipe.name .. '-hydrogen-burn'
FUN.remove_ingredient(recipe, 'water')
Expand Down Expand Up @@ -126,7 +125,6 @@ return {
{old = 'ralesias-2', new = 'ralesias-2-hydrogen-burn', type = 'recipe-replacement'},
{old = 'ralesias-3', new = 'ralesias-3-hydrogen-burn', type = 'recipe-replacement'},
{old = 'ralesias-4', new = 'ralesias-4-hydrogen-burn', type = 'recipe-replacement'},
{old = 'ralesias-5', new = 'ralesias-5-hydrogen-burn', type = 'recipe-replacement'},
}
}
},
Expand Down

0 comments on commit e84426d

Please sign in to comment.