mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user