mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Wristbound Fix (#11191)
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user