mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #308 from Neerti/11/19/2015_access_edit
Fixes future bug involving access.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user