From 38b0fc9de468031f69f6817efdd103ebeaf724be Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:10:28 +1200 Subject: [PATCH] Fixing typo --- bobwarfare/prototypes/recipe/ammo-recipe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bobwarfare/prototypes/recipe/ammo-recipe.lua b/bobwarfare/prototypes/recipe/ammo-recipe.lua index da8f531..073110d 100644 --- a/bobwarfare/prototypes/recipe/ammo-recipe.lua +++ b/bobwarfare/prototypes/recipe/ammo-recipe.lua @@ -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 } }, },