Skip to content

Commit

Permalink
Merge pull request #1168 from DimWhat/unbald
Browse files Browse the repository at this point in the history
Unbalds cowboy sec hats (they're still helmets I was lazy)
  • Loading branch information
dwasint authored Feb 10, 2024
2 parents d12e3c4 + fc6d17b commit a625d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monkestation/code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -218,4 +219,4 @@
desc = "Tacticute."
icon = 'monkestation/icons/obj/clothing/hats.dmi'
worn_icon = 'monkestation/icons/mob/clothing/head.dmi'
icon_state = "syndieheadband"
icon_state = "syndieheadband"

0 comments on commit a625d5f

Please sign in to comment.