From 4f37a825579b1e2c3b09ef6160c20efc73a8b48b Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Fri, 3 Feb 2017 22:41:24 +0000 Subject: [PATCH] Fixes the mulligan reagent recipe :cl: coiax fix: The mulligan reagent can now be created with 1u stable mutation toxin + 1u unstable mutagen. /:cl: There is no "humanmutationtoxin", that's just stable mutation toxin. --- 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 c15d3f14fcb..1a47ea728f3 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -214,7 +214,7 @@ name = "Mulligan" id = "mulligan" results = list("mulligan" = 1) - required_reagents = list("humanmutationtoxin" = 1, "mutagen" = 1) + required_reagents = list("stablemutationtoxin" = 1, "mutagen" = 1) ////////////////////////////////// VIROLOGY //////////////////////////////////////////