Fixes canisters not exciting the air when broken

This commit is contained in:
Krausus
2015-05-29 05:11:57 -04:00
parent c8ea42f8f7
commit 778f928e6b
@@ -252,6 +252,7 @@ update_flag
if (src.health <= 10)
var/atom/location = src.loc
location.assume_air(air_contents)
air_update_turf()
src.destroyed = 1
playsound(src.loc, 'sound/effects/spray.ogg', 10, 1, -3)