Fix remaining non-returning Destroys()

Plus a little refactor to mining flaps and spacepod doors- they now use
CanAtmosPass instead of manually setting the turf to no-atmos-passing
This commit is contained in:
Tigercat2000
2015-07-06 09:20:39 -07:00
parent 226324595c
commit 3a45d52fe0
33 changed files with 82 additions and 93 deletions

View File

@@ -14,8 +14,7 @@
Destroy()
blob_nodes -= src
processing_objects.Remove(src)
..()
return
return ..()
Life()
for(var/i = 1; i < 8; i += i)