From 97e270d8c528b7f189ff4c034eac4dfa058e6cb2 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Wed, 22 Apr 2020 14:46:58 -0700 Subject: [PATCH] Merge pull request #7012 from atlantiscze/2020_04_18_LeakFix Fixes HE pipes not leaking when breached --- code/ATMOSPHERICS/pipes/he_pipes.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ATMOSPHERICS/pipes/he_pipes.dm b/code/ATMOSPHERICS/pipes/he_pipes.dm index 843d3496337..8b1b800830e 100644 --- a/code/ATMOSPHERICS/pipes/he_pipes.dm +++ b/code/ATMOSPHERICS/pipes/he_pipes.dm @@ -88,6 +88,8 @@ if(!parent) ..() else + if(leaking) + parent.mingle_with_turf(loc, volume) var/datum/gas_mixture/pipe_air = return_air() if(istype(loc, /turf/simulated/)) var/environment_temperature = 0