Merge pull request #11103 from farie82/holo-firelock-fix

Fixes a few atmos bugs when structures get destroyed/removed
This commit is contained in:
Fox McCloud
2019-03-24 03:16:42 -04:00
committed by GitHub
6 changed files with 25 additions and 32 deletions
@@ -178,8 +178,9 @@
air_update_turf(1)
/obj/structure/foamedmetal/Destroy()
air_update_turf(1)
return ..()
var/turf/T = get_turf(src)
. = ..()
T.air_update_turf(TRUE)
/obj/structure/foamedmetal/Move()
var/turf/T = loc