Another del->qdel pass

This commit is contained in:
Fox-McCloud
2015-10-08 16:49:10 -04:00
parent 09c0f235e6
commit e17c6bde22
61 changed files with 190 additions and 749 deletions
@@ -40,7 +40,7 @@ proc/move_labor_shuttle() //TODO: Security Access only; add moving the shuttle t
*/
if(istype(T, /turf/simulated))
del(T)
qdel(T)
for(var/mob/living/carbon/bug in toArea) // If someone somehow is still in the shuttle's docking area...
bug.gib()