From bd3d26f5bf71a66fd3ce28e1aba856fe04b06805 Mon Sep 17 00:00:00 2001 From: Dennok Date: Sun, 17 May 2015 10:26:59 +0300 Subject: [PATCH] Fix connector updates --- code/game/machinery/atmoalter/portable_atmospherics.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/atmoalter/portable_atmospherics.dm b/code/game/machinery/atmoalter/portable_atmospherics.dm index 5e8817359f..9ba8c2de49 100644 --- a/code/game/machinery/atmoalter/portable_atmospherics.dm +++ b/code/game/machinery/atmoalter/portable_atmospherics.dm @@ -68,6 +68,7 @@ //Perform the connection connected_port = new_port connected_port.connected_device = src + connected_port.on = 1 //Activate port updates anchored = 1 //Prevent movement