mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Add new visually appealing sprites to replace the existing trenchcoat and fedora sprites (#14679)
* Add new visually appealing sprites to replace the existing trenchcoat and fedora sprites * Add trenchcoat for vox * Fix rogue pixels * Fix rogue pixels on human jacket * Add white fedora * Add inventory icons for each fedora * Add hat support for vox * fix white pixels * Add inventory sprites for trench coats
This commit is contained in:
@@ -81,6 +81,10 @@
|
||||
armor = list("melee" = 25, "bullet" = 5, "laser" = 25, "energy" = 10, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 30, "acid" = 50)
|
||||
dog_fashion = /datum/dog_fashion/head/detective
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/head.dmi'
|
||||
)
|
||||
|
||||
//Mime
|
||||
/obj/item/clothing/head/beret
|
||||
name = "beret"
|
||||
|
||||
@@ -310,14 +310,26 @@
|
||||
desc = "Someone wearing this definitely makes them cool"
|
||||
icon_state = "fedora"
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/head.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/fedora/whitefedora
|
||||
name = "white fedora"
|
||||
icon_state = "wfedora"
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/head.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/fedora/brownfedora
|
||||
name = "brown fedora"
|
||||
icon_state = "bfedora"
|
||||
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/species/vox/head.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/stalhelm
|
||||
name = "Clown Stalhelm"
|
||||
desc = "The typical clown soldier's helmet."
|
||||
|
||||
Reference in New Issue
Block a user