fixes more

This commit is contained in:
joep van der velden
2019-03-23 15:10:58 +01:00
parent 8b0334209d
commit d04254a668
6 changed files with 21 additions and 25 deletions
@@ -178,7 +178,9 @@
air_update_turf(1)
/obj/structure/foamedmetal/Destroy()
air_update_turf(1)
var/turf/T = get_turf(src)
spawn(0)
T.air_update_turf(TRUE)
return ..()
/obj/structure/foamedmetal/Move()