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)