From f3ca951e9e7e91bf8efe94c0e316f2f98bb2f84f Mon Sep 17 00:00:00 2001 From: protocol-1903 Date: Wed, 29 Oct 2025 22:01:31 -0700 Subject: [PATCH] Fixed Creature Chamber TURD path 1 Phadai recipe requiring more items than the basic recipe --- changelog.txt | 1 + prototypes/updates/pyalienlife-updates.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2b11b24..c36742b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 3.2.16 Date: ???? Changes: - Moved pYHardMode compat to hardmode + - Fixed Creature Chamber TURD path 1 Phadai recipe requiring more items than the basic recipe --------------------------------------------------------------------------------------------------- Version: 3.2.15 Date: 2025-10-02 diff --git a/prototypes/updates/pyalienlife-updates.lua b/prototypes/updates/pyalienlife-updates.lua index 5204dae..01a3e56 100644 --- a/prototypes/updates/pyalienlife-updates.lua +++ b/prototypes/updates/pyalienlife-updates.lua @@ -301,7 +301,7 @@ RECIPE("phadai"):replace_ingredient("alien-sample-03", "alien-sample01"):remove_ RECIPE("phadai-codex"):replace_ingredient("advanced-circuit", "electronic-circuit") -RECIPE("phadai-earth-sample-turd"):remove_ingredient("artificial-blood"):replace_ingredient("alien-sample-03", "alien-sample01", 10) +RECIPE("phadai-earth-sample-turd"):replace_ingredient("alien-sample-03", "alien-sample01", 10):remove_ingredient("cytostatics"):remove_ingredient("fetal-serum"):remove_ingredient("artificial-blood") RECIPE("earth-tiger-sample"):replace_ingredient("py-science-pack-2", "py-science-pack-1")