Qdel cleanup.

Replaces a few instances of del() with qdel().
This commit is contained in:
PsiOmegaDelta
2015-09-09 12:19:00 +02:00
parent 28379d8a8c
commit 2007004f3c
5 changed files with 6 additions and 7 deletions

View File

@@ -166,7 +166,7 @@
user << "<span class='danger'>The crate's anti-tamper system activates!</span>"
var/turf/T = get_turf(src.loc)
explosion(T, 0, 0, 1, 2)
del(src)
qdel(src)
/obj/structure/closet/crate/secure/loot/proc/check_input(var/input)
if(length(input) != codelen)