- Makes lava not burn unconstructed heat-exhanging pipes (#35705)

This commit is contained in:
BordListian
2018-02-17 17:13:08 +01:00
committed by CitadelStationBot
parent b6ad24b9da
commit dbdb29d913

View File

@@ -83,6 +83,8 @@ Buildable meters
var/obj/machinery/atmospherics/fakeA = pipe_type
name = "[initial(fakeA.name)] fitting"
icon_state = initial(fakeA.pipe_state)
if(ispath(pipe_type,/obj/machinery/atmospherics/pipe/heat_exchanging))
resistance_flags |= FIRE_PROOF | LAVA_PROOF
/obj/item/pipe/verb/flip()
set category = "Object"