Merge pull request #308 from Neerti/11/19/2015_access_edit

Fixes future bug involving access.
This commit is contained in:
Neerti
2015-11-19 08:52:47 -05:00
+3 -1
View File
@@ -199,7 +199,9 @@
/mob/living/carbon/human/GetIdCard()
if(get_active_hand())
var/obj/item/I = get_active_hand()
return I.GetID()
var/id = I.GetID()
if(id)
return id
if(wear_id)
var/id = wear_id.GetID()
if(id)