From b58b2694da4f473042e14d4dddc75db7ec38d642 Mon Sep 17 00:00:00 2001 From: duncathan Date: Mon, 17 Aug 2015 00:13:26 -0600 Subject: [PATCH] missed something --- code/ATMOSPHERICS/components/unary_devices/unary_base.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/ATMOSPHERICS/components/unary_devices/unary_base.dm b/code/ATMOSPHERICS/components/unary_devices/unary_base.dm index 96b99f52fd1..44519b8245f 100644 --- a/code/ATMOSPHERICS/components/unary_devices/unary_base.dm +++ b/code/ATMOSPHERICS/components/unary_devices/unary_base.dm @@ -12,8 +12,7 @@ Iconnery */ -/obj/machinery/atmospherics/components/unary/hide(var/intact) - showpipe = !intact +/obj/machinery/atmospherics/components/unary/hide(intact) update_icon() ..(intact)