Made the singulo only qdel things once. Woops.

This was causing some runtimes and doubled reporting "Emitter deleted at (0,0,0)" etc.
This commit is contained in:
MrPerson
2014-03-03 03:45:59 -08:00
parent d784ce8941
commit a74cdf1da2
@@ -276,7 +276,8 @@ var/global/list/uneatable = list(
O.z = 2
else
A.ex_act(1.0)
if(A) qdel(A)
if(A && isnull(A.gc_destroyed))
qdel(A)
gain = 2
else if(isturf(A))
var/turf/T = A