Revert ""Hidden" HE pipes added. HE piping in the kitchen cold room allows a freezer unit just outside the cold room to lower the room's temperature. A human inside the cold room with the temperature set to minimum will typically expire within a few minutes."

This reverts commit e924aa8fc3.
This commit is contained in:
RavingManiac
2012-12-16 20:07:30 +08:00
parent e924aa8fc3
commit 605f981ce9
4 changed files with 8171 additions and 8188 deletions
-13
View File
@@ -34,9 +34,6 @@ obj/machinery/atmospherics/pipe/simple/heat_exchanging
if(target.initialize_directions_he & get_dir(target,src))
node2 = target
break
var/turf/T = src.loc // hide if turf is not intact
hide(T.intact)
update_icon()
return
@@ -105,15 +102,5 @@ obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction
node2 = target
break
var/turf/T = src.loc // hide if turf is not intact
hide(T.intact)
update_icon()
return
obj/machinery/atmospherics/pipe/simple/heat_exchanging/hidden
level = 1
icon_state = "intact-f"
obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction/hidden
level = 1
icon_state = "intact-f"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+8171 -8175
View File
File diff suppressed because it is too large Load Diff