From edef96e3e2e0cc1115de267b7d68a8e42c9141cb Mon Sep 17 00:00:00 2001 From: Razharas Date: Mon, 29 Jun 2015 16:21:07 +0300 Subject: [PATCH] Fixes HE pipe broken dir Fixes HE pipe broken dir --- code/ATMOSPHERICS/pipes/he_pipes.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/ATMOSPHERICS/pipes/he_pipes.dm b/code/ATMOSPHERICS/pipes/he_pipes.dm index 87c43d29d37..119b371d59b 100644 --- a/code/ATMOSPHERICS/pipes/he_pipes.dm +++ b/code/ATMOSPHERICS/pipes/he_pipes.dm @@ -112,6 +112,9 @@ minimum_temperature_difference = 300 thermal_conductivity = WALL_HEAT_TRANSFER_COEFFICIENT +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction/normalize_dir() + return + /obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction/SetInitDirections() switch(dir) if(SOUTH)