diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index a19364e6211..479b461b02a 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -74,9 +74,8 @@ visor_flags = MASKCOVERSMOUTH visor_flags_inv = HIDEFACE slot_flags = SLOT_MASK - action_button_name = "Adjust Bandana" ignore_maskadjust = 0 - adjusted_flags = SLOT_HEAD | SLOT_MASK + adjusted_flags = SLOT_HEAD icon_state = "bandbotany" /obj/item/clothing/mask/bandana/attack_self(var/mob/user)