mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fix a few small runtimes (#49352)
Nothing special here, mostly sanity. Defib hud is awful, needs rewrite.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user