[MIRROR] Fixes Global and Fixes Eyes

This commit is contained in:
Chompstation Bot
2021-03-18 14:40:07 +00:00
parent 5c285eda7d
commit 07dcf04408
4 changed files with 582 additions and 2 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