mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Ports icons for Vents & Scrubbers (#18117)
* pipes and holopad * deconflict * return all ye crusty holopads * le merge conflicts * farewell ye bonny lass * adds frames for other things too
This commit is contained in:
@@ -84,9 +84,6 @@
|
||||
if(!istype(T))
|
||||
return
|
||||
|
||||
if(T.intact && node1 && node2 && node1.level == 1 && node2.level == 1 && istype(node1, /obj/machinery/atmospherics/pipe) && istype(node2, /obj/machinery/atmospherics/pipe))
|
||||
vent_icon += "h"
|
||||
|
||||
if(!powered())
|
||||
vent_icon += "off"
|
||||
else
|
||||
@@ -111,6 +108,8 @@
|
||||
add_underlay(T, node2, dir, node2.icon_connect_type)
|
||||
else
|
||||
add_underlay(T, node2, dir)
|
||||
var/icon/frame = icon('icons/atmos/vent_pump.dmi', "frame")
|
||||
underlays += frame
|
||||
|
||||
/obj/machinery/atmospherics/binary/dp_vent_pump/process_atmos()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user