diff --git a/code/modules/clothing/masks/bandana.dm b/code/modules/clothing/masks/bandana.dm index 575aab00d6e..4a97384fa39 100644 --- a/code/modules/clothing/masks/bandana.dm +++ b/code/modules/clothing/masks/bandana.dm @@ -230,6 +230,9 @@ greyscale_config_inhand_right = /datum/greyscale_config/facescarf/inhands_right flags_1 = IS_PLAYER_COLORABLE_1 +/obj/item/clothing/mask/facescarf/attack_self(mob/user) + adjustmask(user) + /obj/item/clothing/mask/facescarf/AltClick(mob/user) ..() if(user.can_perform_action(src, NEED_DEXTERITY))