From 718dc1e6a6739515c91b49639d218adf8bdb792d Mon Sep 17 00:00:00 2001 From: Alphas00 <154434082+Alphas00@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:32:05 +0200 Subject: [PATCH] Lipoifier recipe change Changed the sugar requirement for lipoifier to caramel --- .../code/modules/reagents/chemistry/recipes/fatchem.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/modules/reagents/chemistry/recipes/fatchem.dm b/GainStation13/code/modules/reagents/chemistry/recipes/fatchem.dm index 8523b974..68ddf1c2 100644 --- a/GainStation13/code/modules/reagents/chemistry/recipes/fatchem.dm +++ b/GainStation13/code/modules/reagents/chemistry/recipes/fatchem.dm @@ -5,7 +5,7 @@ name = "lipoifier" id = /datum/reagent/consumable/lipoifier results = list(/datum/reagent/consumable/lipoifier = 3) - required_reagents = list(/datum/reagent/consumable/sugar = 1, /datum/reagent/consumable/cornoil = 1, /datum/reagent/medicine/synthflesh = 1) + required_reagents = list(/datum/reagent/consumable/caramel = 1, /datum/reagent/consumable/cornoil = 1, /datum/reagent/medicine/synthflesh = 1) //BURP CHEM /datum/chemical_reaction/fizulphite