mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
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>
This commit is contained in:
co-authored by
Henri215
1080pCat
parent
7b462f34b6
commit
d18cebac6e
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user