diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 9382150950e..6e288881e9e 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -66,10 +66,7 @@ dog_fashion = /datum/dog_fashion/head/clown pockets = /obj/item/weapon/storage/internal/pocket/tiny // Honk! -/obj/item/clothing/mask/gas/clown_hat/attack_self(mob/user) - AltClick(user) - -/obj/item/clothing/mask/gas/clown_hat/AltClick(mob/living/user) +/obj/item/clothing/mask/gas/clown_hat/ui_action_click(mob/user) if(!istype(user) || user.incapacitated()) return