Cowboy hats resprite (#24611)
* human_mob * items * grey_mob * drask_mob * vox_mob * code, lets fucking hope i didnt forget anything * i forgot stupid fuckign shit * also i love to delete wrong things * Update code/modules/clothing/head/misc_hats.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/modules/client/preference/loadout/loadout_hat.dm Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com> * moved to other cowboy hats --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
@@ -23,6 +23,7 @@
|
||||
/obj/item/clothing/under/rank/security/officer/fancy = 4,
|
||||
/obj/item/clothing/under/rank/security/officer/skirt/fancy = 4,
|
||||
/obj/item/clothing/head/soft/sec/corp = 4,
|
||||
/obj/item/clothing/head/cowboyhat/sec = 4,
|
||||
/obj/item/clothing/head/officer = 4,
|
||||
/obj/item/clothing/head/beret/sec = 4,
|
||||
/obj/item/clothing/head/soft/sec = 4,
|
||||
@@ -62,6 +63,7 @@
|
||||
/obj/item/clothing/head/officer = 40,
|
||||
/obj/item/clothing/head/beret/sec = 40,
|
||||
/obj/item/clothing/head/soft/sec = 40,
|
||||
/obj/item/clothing/head/cowboyhat/sec = 50,
|
||||
/obj/item/clothing/head/drillsgt = 40,
|
||||
/obj/item/clothing/mask/bandana/red = 40,
|
||||
/obj/item/clothing/mask/balaclava = 60,
|
||||
|
||||
@@ -148,6 +148,11 @@
|
||||
display_name = "Cowboy hat, pink"
|
||||
path = /obj/item/clothing/head/cowboyhat/pink
|
||||
|
||||
/datum/gear/hat/cowboyhat/sec
|
||||
display_name = "Cowboy hat, security"
|
||||
path = /obj/item/clothing/head/cowboyhat/sec
|
||||
allowed_roles = list("Head of Security", "Warden", "Security Officer")
|
||||
|
||||
/datum/gear/hat/beret_purple
|
||||
display_name = "Beret, purple"
|
||||
path = /obj/item/clothing/head/beret/purple_normal
|
||||
|
||||
@@ -247,6 +247,12 @@
|
||||
item_state = "cowboyhat"
|
||||
desc = "For the Rancher in us all."
|
||||
|
||||
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'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/cowboyhat/tan
|
||||
name = "tan cowboy hat"
|
||||
icon_state = "cowboyhat_tan"
|
||||
@@ -271,6 +277,12 @@
|
||||
item_state = "cowboyhat_pink"
|
||||
desc = "For those buckle bunnies wanta' become a real buckaroo."
|
||||
|
||||
/obj/item/clothing/head/cowboyhat/sec
|
||||
name = "security cowboy hat"
|
||||
desc = "Secway is your horse."
|
||||
icon_state = "cowboyhat_sec"
|
||||
item_state = "cowboyhat_sec"
|
||||
|
||||
/obj/item/clothing/head/fedora
|
||||
name = "fedora"
|
||||
desc = "A great hat ruined by being within fifty yards of you."
|
||||
|
||||
|
Before Width: | Height: | Size: 267 KiB After Width: | Height: | Size: 276 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 111 KiB |
@@ -174,6 +174,7 @@
|
||||
"cowboy+hat%2c+white": "/datum/gear/hat/cowboyhat/white",
|
||||
"cowboy+hat%2c+pink": "/datum/gear/hat/cowboyhat/pink",
|
||||
"cowboy+hat%2c+brown": "/datum/gear/hat/cowboyhat",
|
||||
"cowboy+hat%2c+sec": "/datum/gear/hat/cowboyhat/sec",
|
||||
"cowboy+hat": "/datum/gear/hat/cowboyhat",
|
||||
"beret%2c+purple": "/datum/gear/hat/beret_purple",
|
||||
"beret%2c+black": "/datum/gear/hat/beret_black",
|
||||
|
||||