From f48a1f117ef897744c855ffcd6b993cab42d63f7 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sat, 13 Jan 2024 12:45:02 -0600 Subject: [PATCH] attempt #2 at fixing luatest --- prototypes/creatures/phadaisus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/creatures/phadaisus.lua b/prototypes/creatures/phadaisus.lua index b7cf6f2f..d0e77e2a 100644 --- a/prototypes/creatures/phadaisus.lua +++ b/prototypes/creatures/phadaisus.lua @@ -18,7 +18,7 @@ RECIPE { {type = 'item', name = 'power-armor-mk2', amount = 1}, {type = 'item', name = 'enzyme-pks', amount = 1}, {type = 'item', name = 'zymogens', amount = 5}, - {type = 'item', name = 'resilin', amount = 5}, + {type = 'item', name = mods.pyhightech and 'resilin' or 'lignin', amount = 5}, {type = 'item', name = 'strorix-unknown-sample', amount = 5}, {type = 'item', name = 'purine-analogues', amount = 15}, {type = 'item', name = 'pheromones', amount = 100},