mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user