From 1f0cf5b651446498de9a146c4e76fc4b902a9d02 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Tue, 27 Oct 2015 14:44:11 -0500 Subject: [PATCH] Embarrasing --- code/modules/reagents/Chemistry-Recipes/Slime_extracts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Recipes/Slime_extracts.dm b/code/modules/reagents/Chemistry-Recipes/Slime_extracts.dm index 1a44b746166..136c417d1f7 100644 --- a/code/modules/reagents/Chemistry-Recipes/Slime_extracts.dm +++ b/code/modules/reagents/Chemistry-Recipes/Slime_extracts.dm @@ -437,7 +437,7 @@ required_container = /obj/item/slime_extract/red required_other = 1 -/datum/chemical_reaction/slimemutator/on_reaction(datum/reagents/holder) +/datum/chemical_reaction/slimespeed/on_reaction(datum/reagents/holder) feedback_add_details("slime_cores_used","[type]") var/obj/item/slimepotion/speed/P = new /obj/item/slimepotion/speed P.loc = get_turf(holder.my_atom)