Skip to content

Commit

Permalink
Merge branch 'dev2.0' of https://github.com/modded-factorio/bobsmods
Browse files Browse the repository at this point in the history
…into dev2.0
  • Loading branch information
KiwiHawk committed Oct 28, 2024
2 parents 8df7bd1 + 03de0a2 commit cab85cf
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 62 deletions.
4 changes: 3 additions & 1 deletion boblogistics/prototypes/recipe/robots-recipe-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,9 @@ for i, robot in ipairs({ "bob-logistic-robot-5", "bob-construction-robot-5" }) d
if data.raw.item["rtg"] and data.raw.technology["rtg"] then
bobmods.lib.recipe.add_ingredient(robot, { type = "item", name = "rtg", amount = 1 })
bobmods.lib.tech.add_prerequisite("bob-robots-4", "rtg")
elseif data.raw.item["vehicle-fission-cell-equipment-1"] and data.raw.technology["vehicle-fission-cell-equipment-1"] then
elseif
data.raw.item["vehicle-fission-cell-equipment-1"] and data.raw.technology["vehicle-fission-cell-equipment-1"]
then
bobmods.lib.recipe.add_ingredient(robot, { type = "item", name = "vehicle-fission-cell-equipment-1", amount = 1 })
bobmods.lib.tech.add_prerequisite("bob-robots-4", "vehicle-fission-cell-equipment-1")
else
Expand Down
Loading

0 comments on commit cab85cf

Please sign in to comment.