diff --git a/changelog.txt b/changelog.txt index 2d65c91f..40cceaaa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -22,6 +22,7 @@ Date: ??? - Fixed codex search bar saving the search term when switching pages and closing the UI. Resolves https://github.com/pyanodon/pybugreports/issues/1409 - Fixed firearm magazine not being handcraftable. Resolves https://github.com/pyanodon/pybugreports/issues/1432 - Fixed that the pYAE early game menu simulation had the car crashing into the pipe twice. Resolves https://github.com/pyanodon/pybugreports/issues/1340 + - Buff small electric pole 2 recipe to be more viable. --------------------------------------------------------------------------------------------------- Version: 3.0.44 Date: 2025-12-28 diff --git a/prototypes/recipes/recipes.lua b/prototypes/recipes/recipes.lua index cef616e1..8d1374a9 100644 --- a/prototypes/recipes/recipes.lua +++ b/prototypes/recipes/recipes.lua @@ -695,7 +695,7 @@ RECIPE { {type = "item", name = "copper-cable", amount = 3}, }, results = { - {type = "item", name = "small-electric-pole", amount = 3} + {type = "item", name = "small-electric-pole", amount = 60} }, allow_as_intermediate = false }:add_unlock("creosote")