Files
2020-10-20 13:46:45 -07:00

21 lines
331 B
Plaintext

/obj/machinery/atmospherics/unary/generator_input
icon = 'heat_exchanger.dmi'
icon_state = "intact"
density = 1
name = "Generator Input"
desc = "Placeholder"
var/update_cycle
update_icon()
if(node)
icon_state = "intact"
else
icon_state = "exposed"
return
proc
return_exchange_air()
return air_contents