Ports TG Components

This commit is contained in:
Fox McCloud
2018-04-21 01:22:50 -04:00
parent 604f26f2ec
commit 0382afcb33
22 changed files with 1007 additions and 93 deletions

View File

@@ -393,7 +393,7 @@
for(var/i in T)
if(istype(i, /obj/item) && !is_type_in_typecache(i, banned_items_typecache))
var/obj/item/W = i
if(!W.admin_spawned)
if(!W.admin_spawned && !(W.flags_2 & HOLOGRAM_2) && !(W.flags & ABSTRACT))
L += W
if(L.len)
var/obj/item/CHOSEN = pick(L)