From 6c211ee7a1ed0037833c5d994bd31dc13c6cc7a9 Mon Sep 17 00:00:00 2001 From: nicbn Date: Wed, 9 Jan 2019 00:56:06 -0200 Subject: [PATCH 1/3] Fixes weird heat exchanger pipes --- .../machinery/pipes/heat_exchange/manifold.dm | 4 +--- .../pipes/heat_exchange/manifold4w.dm | 2 -- icons/obj/atmospherics/pipes/he-manifold.dmi | Bin 1440 -> 1443 bytes 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm index 9d9f4ceee2c..e3d828dce4c 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm @@ -1,5 +1,3 @@ -//3-Way Manifold - /obj/machinery/atmospherics/pipe/heat_exchanging/manifold icon = 'icons/obj/atmospherics/pipes/he-manifold.dmi' icon_state = "manifold-2" @@ -17,7 +15,7 @@ var/mutable_appearance/center -/obj/machinery/atmospherics/pipe/manifold/New() +/obj/machinery/atmospherics/pipe/heat_exchanging/manifold/New() icon_state = "" center = mutable_appearance(icon, "manifold_center") return ..() diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm index 88086e44e23..d8b6fe3e29e 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm @@ -1,5 +1,3 @@ -//4-Way Manifold - /obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w icon = 'icons/obj/atmospherics/pipes/he-manifold.dmi' icon_state = "manifold4w-2" diff --git a/icons/obj/atmospherics/pipes/he-manifold.dmi b/icons/obj/atmospherics/pipes/he-manifold.dmi index fa1d163562aff5c905d354ec49926fa9160ee643..bf062ae5b91d387caba55a52b8c576d36f5e6300 100644 GIT binary patch delta 38 wcmV+>0NMYb3!@8=OaY{kO_mmemEjCsWd&D17jSw200PySX}J0{@Uix)1Q_}c%m4rY delta 35 tcmV+;0Nnqh3!n>-OaY;hO_memSEj7s>gNJZ4*&wPnP}hdK9jNesstFM5T^hD From 51f2b985a8c3922987a31e52854685be4057a628 Mon Sep 17 00:00:00 2001 From: nicbn Date: Wed, 9 Jan 2019 00:57:47 -0200 Subject: [PATCH 2/3] Readds a comment --- .../atmospherics/machinery/pipes/heat_exchange/manifold4w.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm index d8b6fe3e29e..88086e44e23 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold4w.dm @@ -1,3 +1,5 @@ +//4-Way Manifold + /obj/machinery/atmospherics/pipe/heat_exchanging/manifold4w icon = 'icons/obj/atmospherics/pipes/he-manifold.dmi' icon_state = "manifold4w-2" From 16327702996b334564c9ad60962b8e87a7b18ac2 Mon Sep 17 00:00:00 2001 From: nicbn Date: Wed, 9 Jan 2019 00:58:01 -0200 Subject: [PATCH 3/3] Readds another one --- .../atmospherics/machinery/pipes/heat_exchange/manifold.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm index e3d828dce4c..6d4b824fb14 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/manifold.dm @@ -1,3 +1,5 @@ +//3-Way Manifold + /obj/machinery/atmospherics/pipe/heat_exchanging/manifold icon = 'icons/obj/atmospherics/pipes/he-manifold.dmi' icon_state = "manifold-2"