From cee892fad36a52d187e1c83ed42869cce13764d9 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 30 Apr 2017 11:22:20 -0500 Subject: [PATCH] Fixes emitter sparks --- code/modules/power/singularity/emitter.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm index 39085ab8e3..ff7a79bc69 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -93,6 +93,7 @@ connect_to_network() sparks = new + sparks.attach(src) sparks.set_up(5, TRUE, src) /obj/machinery/power/emitter/Destroy()