From f688a9c689a919dc87d1002c64efba1bf8d538c7 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 10 Aug 2021 18:26:13 -0400 Subject: [PATCH] Makes heat exchangers not dense --- .../machinery/components/unary_devices/heat_exchanger.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/heat_exchanger.dm b/code/modules/atmospherics/machinery/components/unary_devices/heat_exchanger.dm index 0eface28b85..45167b81bbd 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/heat_exchanger.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/heat_exchanger.dm @@ -1,12 +1,11 @@ /obj/machinery/atmospherics/unary/heat_exchanger icon = 'icons/obj/atmospherics/heat_exchanger.dmi' icon_state = "intact" - density = 1 name = "heat exchanger" desc = "Exchanges heat between two input gases. Setup for fast heat transfer" - can_unwrench = 1 + can_unwrench = TRUE var/obj/machinery/atmospherics/unary/heat_exchanger/partner = null var/update_cycle