diff --git a/monkestation/code/modules/clothing/head/misc.dm b/monkestation/code/modules/clothing/head/misc.dm index 33b6db409004..d8eabf72c0eb 100644 --- a/monkestation/code/modules/clothing/head/misc.dm +++ b/monkestation/code/modules/clothing/head/misc.dm @@ -195,6 +195,7 @@ // I DUNNO LOL // armor = list("melee" = 15, "bullet" = 60, "laser" = 10, "energy" = 15, "bomb" = 40, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50, "stamina" = 30) can_flashlight = TRUE dog_fashion = null + flags_inv = null //why isn't this a hat. //for if we ever decide to try departmental sec /obj/item/clothing/head/helmet/hat/cowboy/medical @@ -218,4 +219,4 @@ desc = "Tacticute." icon = 'monkestation/icons/obj/clothing/hats.dmi' worn_icon = 'monkestation/icons/mob/clothing/head.dmi' - icon_state = "syndieheadband" \ No newline at end of file + icon_state = "syndieheadband"