Wristbound Fix (#11191)

This commit is contained in:
Geeves
2021-02-15 20:12:49 +01:00
committed by GitHub
parent 9e405f36b4
commit 97ead4b39e
2 changed files with 7 additions and 1 deletions
@@ -21,7 +21,7 @@
/obj/item/modular_computer/handheld/wristbound/attack_hand(mob/user)
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H.gloves == src || H.wear_id == src)
if(H.wrists == src || H.wear_id == src)
return attack_self(user)
..()