mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
Fixes Global and Fixes Eyes (#7976)
* Fixes Custom Species Global lists Basically changing it to a GLOB just had it add all the species into one global variable instead of a proper list. * Update global_lists.dm * Fixes Eyes Stuff * Removes extraneous Vorestation Edits * Fixes compile issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user