Fixes IDs not reading from wristbounds (#11139)

Title.
This commit is contained in:
Wowzewow (Wezzy)
2021-02-06 05:31:06 +08:00
committed by GitHub
parent e21633dbe6
commit a570b21ff6
2 changed files with 43 additions and 2 deletions

View File

@@ -248,8 +248,8 @@ var/obj/item/card/id/all_access/ghost_all_access
var/id = wear_id.GetID()
if(id)
return id
if(gloves)
var/id = gloves.GetID()
if(wrists)
var/id = wrists.GetID()
if(id)
return id