Qdel cleanup.

Replaces a few instances of del() with qdel().
This commit is contained in:
PsiOmegaDelta
2015-09-09 12:20:33 +02:00
parent 28379d8a8c
commit 2007004f3c
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -842,7 +842,7 @@ var/list/ai_verbs_default = list(
// Cleaner proc for creating powersupply for an AI.
/mob/living/silicon/ai/proc/create_powersupply()
if(psupply)
del(psupply)
qdel(psupply)
psupply = new/obj/machinery/ai_powersupply(src)
#undef AI_CHECK_WIRELESS