From c7cd04b2bb6e2fda1ddffb8b659fc67e22011f47 Mon Sep 17 00:00:00 2001 From: Leshana Date: Sun, 15 Apr 2018 15:46:29 -0400 Subject: [PATCH] POLARIS: Fix emitters connected to powernet remotely. Ensure when we unanchor an emitter that we disconnect from powernet. --- 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 827bd9aefd..eaca5bd663 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -165,6 +165,7 @@ "You undo the external reinforcing bolts.", \ "You hear a ratchet.") src.anchored = 0 + disconnect_from_network() if(2) user << "\The [src] needs to be unwelded from the floor." return