Adds Departmental Cowboy Hats (#31699)

* Adds le hats

* kidan hat fitting

* tan hat existence restoration

* run you POS icondiffbot

* attempt 2

* Cargo hat emblem recolor

* bluespace? more like WHITESPACE
This commit is contained in:
anokspy
2026-03-22 22:02:31 +00:00
committed by GitHub
parent 4993594448
commit 1a4df5b339
11 changed files with 72 additions and 1 deletions
@@ -182,6 +182,31 @@
path = /obj/item/clothing/head/cowboyhat/hydro
allowed_roles = list("Botanist")
/datum/gear/hat/cowboyhat/engie
display_name = "Cowboy hat, engineering"
path = /obj/item/clothing/head/cowboyhat/engie
allowed_roles = list("Station Engineer", "Atmospheric Technician", "Chief Engineer")
/datum/gear/hat/cowboyhat/research
display_name = "Cowboy hat, research"
path = /obj/item/clothing/head/cowboyhat/research
allowed_roles = list("Research Director", "Scientist", "Xenobiologist", "Roboticist", "Geneticist")
/datum/gear/hat/cowboyhat/med
display_name = "Cowboy hat, medical"
path = /obj/item/clothing/head/cowboyhat/med
allowed_roles = list("Chief Medical Officer", "Medical Doctor", "Paramedic", "Chemist", "Virologist", "Psychologist", "Coroner")
/datum/gear/hat/cowboyhat/supply
display_name = "Cowboy hat, supply"
path = /obj/item/clothing/head/cowboyhat/supply
allowed_roles = list("Quartermaster", "Cargo Technician", "Shaft Miner", "Explorer", "Smith")
/datum/gear/hat/cowboyhat/command
display_name = "Cowboy hat, command"
path = /obj/item/clothing/head/cowboyhat/command
allowed_roles = list("Captain", "Head of Personnel", "Head of Security", "Chief Engineer", "Research Director", "Chief Medical Officer", "Quartermaster", "Nanotrasen Representative", "Magistrate", "Blueshield Officer", "Nanotrasen Career Trainer")
/datum/gear/hat/beret_purple
display_name = "Beret, purple"
path = /obj/item/clothing/head/beret/purple_normal
+28 -1
View File
@@ -204,9 +204,11 @@
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
"Grey" = 'icons/mob/clothing/species/grey/head.dmi'
"Grey" = 'icons/mob/clothing/species/grey/head.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head.dmi'
)
/obj/item/clothing/head/cowboyhat/Initialize(mapload)
. = ..()
AddElement(/datum/element/clothing_adjustment/monitor_headgear, 0, 1)
@@ -241,6 +243,31 @@
desc = "For the Farmer in us all."
icon_state = "cowboyhat_botany"
/obj/item/clothing/head/cowboyhat/engie
name = "engineering cowboy hat"
desc = "The Supermatter is just another bull to lasso."
icon_state = "cowboyhat_engie"
/obj/item/clothing/head/cowboyhat/research
name = "research cowboy hat"
desc = "Bluespace is kind of a new frontier if you think about it."
icon_state = "cowboyhat_sci"
/obj/item/clothing/head/cowboyhat/med
name = "medical cowboy hat"
desc = "Every gunslinger needs a medic after he gets hit."
icon_state = "cowboyhat_med"
/obj/item/clothing/head/cowboyhat/supply
name = "supply cowboy hat"
desc = "Can't have gunslingers without someone to bring them guns."
icon_state = "cowboyhat_supply"
/obj/item/clothing/head/cowboyhat/command
name = "command cowboy hat"
desc = "You're the real sheriff 'round these parts."
icon_state = "cowboyhat_command"
/obj/item/clothing/head/fedora
name = "fedora"
desc = "A great hat ruined by being within fifty yards of you."