restores attack_paw()

because apparently it's for monkies. fuck.
This commit is contained in:
Unknown
2020-09-05 01:22:18 -05:00
parent a62ea2b752
commit c3909dcf2d
@@ -17,6 +17,14 @@
return
..()
/obj/item/clothing/mask/muzzle/attack_paw(mob/user) //apparently this is for monkies only
if(iscarbon(user))
var/mob/living/carbon/C = user
if(src == C.wear_mask)
to_chat(user, "<span class='warning'>You need help taking this off!</span>")
return
..()
/obj/item/clothing/mask/muzzle/ballgag
name = "ball gag"
desc = "To stop that awful noise, but lewder."