Ports tg's garbage collector subsystem and Destroy() returning qdel hints.
This commit is contained in:
PsiOmegaDelta
2017-04-02 17:41:21 +02:00
committed by Leshana
parent 35230b4e7c
commit ebe5cc916d
49 changed files with 479 additions and 366 deletions

View File

@@ -55,7 +55,7 @@
check_failure()
set_opacity(1)
spawn(20) if(!deleted(src)) set_opacity(0)
spawn(20) if(!QDELETED(src)) set_opacity(0)
..()
@@ -64,7 +64,7 @@
..()
check_failure()
set_opacity(1)
spawn(20) if(!deleted(src)) set_opacity(0)
spawn(20) if(!QDELETED(src)) set_opacity(0)
/obj/machinery/shield/ex_act(severity)
switch(severity)
@@ -114,7 +114,7 @@
//The shield becomes dense to absorb the blow.. purely asthetic.
set_opacity(1)
spawn(20) if(!deleted(src)) set_opacity(0)
spawn(20) if(!QDELETED(src)) set_opacity(0)
..()
return