Skip to content

Commit

Permalink
Adjust science packs for Night Vision Equipment #181
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed May 29, 2024
1 parent f4deb32 commit c52148f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bobequipment/prototypes/recipe/equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,5 @@ data:extend({
result = "exoskeleton-equipment-3",
},
})

bobmods.lib.recipe.replace_ingredient("belt-immunity-equipment", "advanced-circuit", "electronic-circuit")
4 changes: 3 additions & 1 deletion bobequipment/prototypes/technology/equipment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ data:extend({
prerequisites = {
"exoskeleton-equipment",
"advanced-electronics-2",
"production-science-pack",
},
effects = {
{
Expand Down Expand Up @@ -674,7 +675,7 @@ data:extend({
order = "g-h-c",
prerequisites = {
"exoskeleton-equipment-2",
"production-science-pack",
"utility-science-pack",
},
effects = {
{
Expand All @@ -690,6 +691,7 @@ data:extend({
{ "logistic-science-pack", 1 },
{ "chemical-science-pack", 1 },
{ "production-science-pack", 1 },
{ "utility-science-pack", 1 },
},
},
},
Expand Down

0 comments on commit c52148f

Please sign in to comment.