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
+1 -1
View File
@@ -65,7 +65,7 @@
processing_objects.Remove(src)
// attached.attached = null
attached = null
..()
return ..()
attack_ai()
+1 -1
View File
@@ -16,7 +16,7 @@
T.pinned_target = null
T.density = 1
break
..() // delete target
return ..() // delete target
Move()
..()
@@ -47,7 +47,7 @@
Destroy()
if(part)
part.implants.Remove(src)
..()
return ..()
/obj/item/weapon/implant/tracking
name = "tracking"