Merge pull request #9961 from VOREStation/upstream-merge-7976

[MIRROR] Fixes Global and Fixes Eyes
This commit is contained in:
Novacat
2021-03-18 10:39:27 -04:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
@@ -46,7 +46,7 @@
starts_with = null
if(!opened) // if closed, any item at the crate's loc is put in the contents
if(istype(loc, /mob/living)) return //VOREStation Edit - No collecting mob organs if spawned inside mob
if(istype(loc, /mob/living)) return
var/obj/item/I
for(I in loc)
if(I.density || I.anchored || I == src) continue