Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundir committed Oct 25, 2023
1 parent 990bd14 commit e58cff5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/head/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
if(SQUAD_MARINE_5)
icon_state = "beret_echo"
desc = "Tightly Woven, as it should be."
if(SQUAD_MARINE_CRYO)
icon_state = "beret_foxtrot"
desc = "Looks and feels starched, cold to the touch."
if(SQUAD_MARINE_INTEL)
icon_state = "beret_intel"
desc = "Looks more intellegent than the person wearing it."
else
icon_state = "beret"
desc = initial(desc)
Expand Down
Binary file modified icons/mob/humans/onmob/head_1.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/helmet_garb.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/cm_hats.dmi
Binary file not shown.

0 comments on commit e58cff5

Please sign in to comment.