Fix a few small runtimes (#49352)

Nothing special here, mostly sanity.
Defib hud is awful, needs rewrite.
This commit is contained in:
AnturK
2020-02-16 00:40:11 -08:00
committed by GitHub
parent a6762e9eb8
commit e3fca45a78
7 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
for(var/obj/item/I in world)
CHECK_TICK
if(!(I.flags_1 & INITIALIZED_1))
if(!(I.flags_1 & INITIALIZED_1) || QDELETED(I))
continue
I.AddComponent(/datum/component/fantasy)