diff --git a/changelog.txt b/changelog.txt index f261808..c20112b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 0.1.1 Date: 2022-09-01 Changes: + - When coke is present, alternate phenol recipe now 12 energy instead of 15. - Minor recipe unlock tweaks --------------------------------------------------------------------------------------------------- Version: 0.1.0 diff --git a/prototypes/phenol.lua b/prototypes/phenol.lua index 1d38abf..60668c3 100644 --- a/prototypes/phenol.lua +++ b/prototypes/phenol.lua @@ -82,7 +82,7 @@ if data.raw.item["coke"] then ingredients = { {type="fluid", name="light-oil", amount=20} }, - energy_required = 15, + energy_required = 12, results = { {type="item", name="phenol", amount=3}, },