Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 1, 2024
1 parent 10030de commit 3ce68e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/modules/clothing/head/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

/obj/item/clothing/head/cmcap
name = "patrol cap"
desc = "A comfortable patrol cap. It offers no defensive properties."
desc = "A comfortable green patrol cap. It offers no defensive properties."
icon_state = "cap"
icon = 'icons/obj/items/clothing/cm_hats.dmi'
var/helmet_overlays[]
Expand Down Expand Up @@ -268,13 +268,13 @@
/obj/item/clothing/head/cmcap/khaki
name = "patrol cap"
desc = "A comfortable khaki patrol cap. It offers no defensive properties."
icon_state = "rocap"
icon_state = "khaki_cap"
flags_atom = NO_SNOW_TYPE

/obj/item/clothing/head/cmcap/bridge
name = "\improper USCM officer cap"
desc = "A hat usually worn by officers in the USCM. While it provides no protection, some officers wear it in the field to make themselves more recognisable."
icon_state = "cap_officer"
name = "\improper USCM Operations cap"
desc = "A comfortable green patrol cap utilized by Officers and dropship crews in lieu of helmets. It offers no defensive properties."
icon_state = "command_cap"

/obj/item/clothing/head/cmcap/flap
name = "\improper USCM expedition cap"
Expand Down
Binary file modified icons/mob/humans/onmob/head-layer/head_marine.dmi
Binary file not shown.

0 comments on commit 3ce68e2

Please sign in to comment.