From 1349a52b10094f6e685b5a29589be8d0f09be1da Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 5 Oct 2015 05:39:22 -0400 Subject: [PATCH] APC Cell GC Fix --- code/modules/power/apc.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 05e5bbbe73b..41e294eba58 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -160,6 +160,7 @@ wires = null if(cell) qdel(cell) // qdel + cell = null if(terminal) disconnect_terminal() return ..()