Skip to content

Commit

Permalink
Cowboys and Detectives (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine authored Dec 26, 2024
1 parent 77efc06 commit c3aeb67
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,29 @@

/obj/item/clothing/head/fedora
name = "\improper fedora"
icon_state = "fedora"
item_state = "fedora"
desc = "A sharp, stylish hat."
desc = "Considered outdated professionalwear by most."
icon = 'icons/obj/items/clothing/cm_hats.dmi'
icon_state = "fedora_dark"
item_icons = list(
WEAR_HEAD = 'icons/mob/humans/onmob/head_1.dmi'
)

/obj/item/clothing/head/fedora/light
icon_state = "fedora_light"

/obj/item/clothing/head/cowboy

name = "\improper cowboy hat"
desc = "An iconic American cowboy hat."
icon = 'icons/obj/items/clothing/cm_hats.dmi'
icon_state = "cowboy_dark"
item_icons = list(
WEAR_HEAD = 'icons/mob/humans/onmob/head_1.dmi'
)
desc = "A finely made cowboy hat."

/obj/item/clothing/head/cowboy/light
icon_state = "cowboy_light"

/obj/item/clothing/head/feathertrilby
name = "\improper feather trilby"
Expand Down
Binary file modified icons/mob/humans/onmob/head_0.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/head_1.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/cm_hats.dmi
Binary file not shown.

0 comments on commit c3aeb67

Please sign in to comment.