From 2308913205f5d7994fc3912f3ac9fc69d9cfe3fa Mon Sep 17 00:00:00 2001 From: Fermi Date: Mon, 18 Feb 2019 23:24:37 +0000 Subject: [PATCH] Replaced mutagen in reaction with stable_plasma Why does it take issue with indents every time? Byond is very confusing. Don't worry I made sure it compiles. --- code/modules/reagents/chemistry/recipes/others.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index 94b0365ce7..bcd08b1853 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -136,7 +136,7 @@ /datum/chemical_reaction/fermis_plush name = "Fermis plush" id = "fermis_plush" - required_reagents = list("sugar" = 10, "blood" = 10, "mutagen" = 10) + required_reagents = list("sugar" = 10, "blood" = 10, "stable_plasma" = 10) mob_react = FALSE required_temp = 400