From a088e53e714d33626dfb4e7640836c8a60311b14 Mon Sep 17 00:00:00 2001 From: Leshana Date: Sun, 25 Feb 2018 00:58:10 -0500 Subject: [PATCH] Fix runtime on universal pipe adaptor update_icons --- code/ATMOSPHERICS/pipes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ATMOSPHERICS/pipes.dm b/code/ATMOSPHERICS/pipes.dm index 9f025138a18..86bfe96304b 100644 --- a/code/ATMOSPHERICS/pipes.dm +++ b/code/ATMOSPHERICS/pipes.dm @@ -1279,7 +1279,7 @@ universal_underlays(node2) else universal_underlays(,dir) - universal_underlays(dir, -180) + universal_underlays(,turn(dir, -180)) /obj/machinery/atmospherics/pipe/simple/visible/universal/update_underlays() ..()