From ace6e8f069e9b2aa438a58cd081e0bed34d3b2e3 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sat, 3 Feb 2018 14:31:38 -0500 Subject: [PATCH] Fixes #4596 As much as I hate to see it go, it is a bug, after all. --- code/modules/xenobio/items/extracts.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/xenobio/items/extracts.dm b/code/modules/xenobio/items/extracts.dm index 675149f8d1..f6fb5c885c 100644 --- a/code/modules/xenobio/items/extracts.dm +++ b/code/modules/xenobio/items/extracts.dm @@ -970,6 +970,7 @@ if(S) new S(get_turf(holder.my_atom)) + ..() /datum/chemical_reaction/slime/rainbow_unity name = "Slime Unity"