From b8c0e96a3ebca6d0d7013123e9d31718677c0614 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Mon, 14 Sep 2020 05:31:47 -0600 Subject: [PATCH] Update Recipes --- hyperstation/code/modules/resize/sizechems.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/modules/resize/sizechems.dm b/hyperstation/code/modules/resize/sizechems.dm index 578a9882..f5beb94a 100644 --- a/hyperstation/code/modules/resize/sizechems.dm +++ b/hyperstation/code/modules/resize/sizechems.dm @@ -52,7 +52,7 @@ name = "Prospacillin" id = "growthchem" mix_message = "the reaction appears to grow!" - required_reagents = list("sizechem" = 0.15, "condensedcapsaicin" = 0.15, "aphro" = 0.2) + required_reagents = list("sizechem" = 0.15, "condensedcapsaicin" = 0.15, "aphro" = 0.30) results = list("growthchem" = 0.25) required_temp = 1 OptimalTempMin = 700 // Lower area of bell curve for determining heat based rate reactions @@ -102,7 +102,7 @@ name = "Diminicillin" id = "shrinkchem" mix_message = "the reaction appears to shrink!" - required_reagents = list("sizechem" = 0.15, "frostoil" = 0.15, "aphro" = 0.2) + required_reagents = list("sizechem" = 0.15, "frostoil" = 0.15, "aphro" = 0.30) results = list("shrinkchem" = 0.25) required_temp = 1 OptimalTempMin = 100 // Lower area of bell curve for determining heat based rate reactions