Missed a qdel in narsie.

This commit is contained in:
Rob Nelson
2014-01-31 02:35:10 -05:00
committed by ZomgPonies
parent ec70d13056
commit 6e1ddf8eac
@@ -504,7 +504,7 @@ var/global/list/uneatable = list(
A:gib()
else if(istype(A,/obj/))
A:ex_act(1.0)
if(A) del(A)
if(A) qdel(A)
else if(isturf(A))
var/turf/T = A
if(T.intact)