From 4bc4d44ab75829162df8e46e85c45e2b5dd7e68b Mon Sep 17 00:00:00 2001 From: dannno Date: Tue, 13 Jan 2015 17:30:42 -0500 Subject: [PATCH] action button and headmaskform removes, terrorists win --- code/modules/clothing/masks/miscellaneous.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)