From 17ecbdcfc558f2e92ab931aadfcfb50fddd8c3a1 Mon Sep 17 00:00:00 2001 From: lass9030 Date: Sat, 20 Oct 2018 23:43:13 +0200 Subject: [PATCH] removed FALSE --- code/modules/reagents/chemistry/recipes/pyrotechnics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm index 3901bdffc3e..ffd89d6419e 100644 --- a/code/modules/reagents/chemistry/recipes/pyrotechnics.dm +++ b/code/modules/reagents/chemistry/recipes/pyrotechnics.dm @@ -121,7 +121,7 @@ /datum/chemical_reaction/liquid_dark_matter/on_reaction(datum/reagents/holder, created_volume) if(holder.has_reagent("stabilizing_agent")) - return FALSE + return var/turf/simulated/T = get_turf(holder.my_atom) goonchem_vortex(T, 0, round(created_volume / 33), round(created_volume / 25)) holder.remove_reagent("liquid_dark_matter", created_volume)