mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
restores attack_paw()
because apparently it's for monkies. fuck.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user