mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
stops clown mask overriding altclick
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user