More than 2 hands!? WHAAAAAAT

This commit is contained in:
Remie Richards
2016-09-02 16:10:16 +01:00
parent 41a0df585c
commit 00738bd2a3
207 changed files with 1230 additions and 1404 deletions
@@ -89,7 +89,7 @@
if(ishuman(user))
var/mob/living/carbon/human/h = user
var/obj/item/weapon/card/id/I = h.get_idcard()
var/obj/item/weapon/card/id/C = h.get_active_hand()
var/obj/item/weapon/card/id/C = h.get_active_held_item()
if(C)
C = C.GetID()
if(!(C && istype(C)))