From e3836fa43eee8f07de9f0fbaa0d2de8ec2335abd Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Thu, 3 Apr 2014 16:07:40 -0300 Subject: [PATCH] Fixes issue #2330 Makes disposal outlets activate the turf once they eject air to it. --- code/modules/recycling/disposal.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index 6ac6489f4b4..ca23ac1f773 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -615,6 +615,7 @@ // called to vent all gas in holder to a location proc/vent_gas(var/atom/location) location.assume_air(gas) // vent all gas to turf + air_update_turf() return // Disposal pipes