Skip to content

Commit

Permalink
adds black boonie hat to the gear preference
Browse files Browse the repository at this point in the history
  • Loading branch information
Twomoon-Github committed Jul 5, 2024
1 parent 29d93a3 commit 0d63516
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name)
display_name = "USCM boonie hat, tan"
path = /obj/item/clothing/head/cmcap/boonie/tan

/datum/gear/headwear/uscm/boonie_black
display_name = "USCM boonie hat, black"
path = /obj/item/clothing/head/cmcap/boonie/black

/datum/gear/headwear/uscm/cap
display_name = "USCM cap"
path = /obj/item/clothing/head/cmcap
Expand Down
3 changes: 3 additions & 0 deletions code/modules/clothing/head/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@
icon_state = "booniehattan"
flags_atom = FPRINT|NO_SNOW_TYPE

/obj/item/clothing/head/cmcap/boonie/black
icon_state = "s_booniehat"

/obj/item/clothing/head/cmcap/co
name = "\improper USCM Commanding officer cap"
icon_state = "cocap"
Expand Down

0 comments on commit 0d63516

Please sign in to comment.