i made it work again

This commit is contained in:
Putnam
2021-05-26 14:42:02 -07:00
parent 9e55d9e2d9
commit 7a8d3148e0
4 changed files with 8 additions and 0 deletions
@@ -35,6 +35,11 @@
update_air_ref(planetary_atmos ? 1 : 2)
. = ..()
/turf/open/proc/force_air_reset()
air = new(2500,src)
air.copy_from_turf(src)
update_air_ref(planetary_atmos ? 1 : 2)
/turf/open/Destroy()
if(active_hotspot)
QDEL_NULL(active_hotspot)