fixed the atmos not updating

This commit is contained in:
joep van der velden
2019-03-23 14:38:27 +01:00
parent 8ef3483119
commit bc86d26058
+2 -1
View File
@@ -82,7 +82,8 @@
/obj/structure/holosign/barrier/atmos/Destroy()
var/turf/T = get_turf(src)
T.air_update_turf(TRUE)
spawn(0)
T.air_update_turf(TRUE)
return ..()
/obj/structure/holosign/barrier/cyborg