mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Merge pull request #3306 from Aranclanos/DisposalAir
Fixes issue #2330. Disposals not activating the turf air.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user