From 3fa1858a41502f3316228faa0ea4c0a04843faa2 Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Thu, 11 Aug 2016 18:32:20 +1000 Subject: [PATCH] stops clown mask overriding altclick --- code/modules/clothing/masks/gasmask.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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