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
@@ -179,9 +179,8 @@
/obj/structure/foamedmetal/Destroy()
var/turf/T = get_turf(src)
spawn(0)
T.air_update_turf(TRUE)
return ..()
. = ..()
T.air_update_turf(TRUE)
/obj/structure/foamedmetal/Move()
var/turf/T = loc