Merge pull request #5548 from Citadel-Station-13/upstream-merge-35705

[MIRROR] Fixes lava burning unconstructed HE-pipes
This commit is contained in:
LetterJay
2018-02-17 11:49:49 -06:00
committed by GitHub
+2
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"