fixes the inflatable bug as well

This commit is contained in:
joep van der velden
2019-03-23 14:44:37 +01:00
parent bc86d26058
commit 8b0334209d
+4 -2
View File
@@ -27,10 +27,12 @@
/obj/structure/inflatable/Initialize(location)
..()
air_update_turf(1)
air_update_turf(TRUE)
/obj/structure/inflatable/Destroy()
air_update_turf(1)
var/turf/T = get_turf(src)
spawn(0)
T.air_update_turf(TRUE)
return ..()
/obj/structure/inflatable/CanPass(atom/movable/mover, turf/target, height=0)