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:
Stokes52
2020-10-24 17:08:44 -04:00
committed by GitHub
parent 266ecb0e76
commit a71659496b
8 changed files with 16 additions and 0 deletions
+4
View File
@@ -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"
+12
View File
@@ -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."