better way

This commit is contained in:
joep van der velden
2019-03-24 07:59:39 +01:00
parent c05103c3f2
commit f903290e1c
7 changed files with 13 additions and 21 deletions
+1 -3
View File
@@ -529,9 +529,7 @@
/obj/structure/fans/Destroy()
arbitraryatmosblockingvar = 0
var/turf/T = get_turf(src)
spawn(0)
T.air_update_turf(TRUE)
air_update_turf(1)
return ..()
/obj/structure/fans/CanAtmosPass(turf/T)