Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Aug 7, 2024
1 parent 8e0374c commit 38b0fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobwarfare/prototypes/recipe/ammo-recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ data:extend({
ingredients = {
{ type = "item", name = "steel-plate", amount = 3 },
{ type = "item", name = "electronic-circuit", amount = 3 },
{ type = "fluid", name = "light-oil", amount = amount = 100 },
{ type = "fluid", name = "light-oil", amount = 100 },
},
results = { { type = "item", name = "fire-capsule", amount = 1 } },
},
Expand Down

0 comments on commit 38b0fc9

Please sign in to comment.