Skip to content

Commit

Permalink
Merge pull request #32440 from RarkGrames/Salvaged-robots-recipe-fixes
Browse files Browse the repository at this point in the history
Salvaged Robots recipe fixes
  • Loading branch information
kevingranade authored Jul 17, 2019
2 parents a21b6a9 + 11caf9b commit dfdf578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/mods/Modular_Turrets/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"result": "bot_manhack",
"copy-from": "bot_hack_base",
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_grenade_hack", 1 ] ],
[ [ "grenade", 1 ] ],
[ [ "broken_manhack", 1 ] ],
[ [ "spike", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
[ [ "power_supply", 1 ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Salvaged_Robots/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
"id_suffix": "repair",
"copy-from": "bot_defbot_base",
"components": [
[ [ "broken_defbot_disarmed", 1 ] ],
[ [ "broken_defbot_paladin", 1 ] ],
[ [ "plut_cell", 4 ] ],
[ [ "RAM", 1 ] ],
[ [ "processor", 2 ] ],
Expand Down

0 comments on commit dfdf578

Please sign in to comment.