Fixes Global and Fixes Eyes

This commit is contained in:
Novacat
2021-03-18 04:51:04 -04:00
committed by VirgoBot
parent a62bf99795
commit 1536b98caa
4 changed files with 29 additions and 3 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