Cargo interface overhaul

This commit is contained in:
Markolie
2015-08-24 19:20:20 +02:00
parent a53451c243
commit 6a6f09ed36
9 changed files with 593 additions and 345 deletions
+8
View File
@@ -261,3 +261,11 @@
qdel(W)
return equipped
/mob/proc/get_all_slots()
return list(wear_mask, back, l_hand, r_hand)
/mob/proc/get_id_card()
for(var/obj/item/I in src.get_all_slots())
. = I.GetID()
if(.)
break