mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 13:18:59 +01:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
/obj/item/clothing/head/slouch_hat
|
|
name = "Slouch hat"
|
|
desc = "An Australian Military slouch hat with one side turned up... Smells faintly of Kangaroos."
|
|
icon = 'modular_sand/icons/obj/clothing/hats.dmi'
|
|
icon_state = "slouch"
|
|
item_state = "slouch"
|
|
mob_overlay_icon = 'modular_sand/icons/mob/clothing/head.dmi'
|
|
mutantrace_variation = STYLE_NO_ANTHRO_ICON
|
|
|
|
/obj/item/clothing/head/lawdog
|
|
name = "Law dog"
|
|
desc = "Hat of the old west law bringers like bass reeves and wyatt erp."
|
|
icon = 'modular_sand/icons/obj/clothing/hats.dmi'
|
|
icon_state = "lawdog"
|
|
item_state = "lawdog"
|
|
mob_overlay_icon = 'modular_sand/icons/mob/clothing/head.dmi'
|
|
mutantrace_variation = STYLE_NO_ANTHRO_ICON
|
|
|
|
/obj/item/clothing/head/gunfighter
|
|
name = "Gun fighter"
|
|
desc = "One hell of a bastard wears this hat upon their head... with its hat band made out of bullet casings folks can tell you mean business."
|
|
icon = 'modular_sand/icons/obj/clothing/hats.dmi'
|
|
icon_state = "gunfighter"
|
|
item_state = "gunfighter"
|
|
mob_overlay_icon = 'modular_sand/icons/mob/clothing/head.dmi'
|
|
mutantrace_variation = STYLE_NO_ANTHRO_ICON
|