Hoodie Hood Sprite Tweak (#14872)

* Sprite Tweak

* Ditto

* More Tweaks

* Tweaks the Hoodie Hood Sprite

* Path Fix
This commit is contained in:
SleepyGemmy
2022-10-03 19:30:59 +02:00
committed by GitHub
parent 3c6353a20b
commit 043b25493f
4 changed files with 9 additions and 3 deletions

View File

@@ -1135,7 +1135,7 @@
/obj/random/hoodie
name = "random winter coat"
desc = "This is a random winter coat."
icon = 'icons/obj/hoodies.dmi'
icon = 'icons/obj/clothing/hoodies.dmi'
icon_state = "coatwinter"
problist = list(
/obj/item/clothing/suit/storage/hooded/wintercoat = 5,

View File

@@ -35,7 +35,7 @@
/obj/item/clothing/suit/storage/hooded/wintercoat
name = "winter coat"
desc = "A heavy jacket made from animal furs."
icon = 'icons/obj/hoodies.dmi'
icon = 'icons/obj/clothing/hoodies.dmi'
icon_state = "coatwinter"
item_state = "coatwinter"
contained_sprite = TRUE
@@ -50,7 +50,7 @@
/obj/item/clothing/head/winterhood
name = "winter hood"
desc = "A hood attached to a heavy winter jacket."
icon = 'icons/obj/hoodies.dmi'
icon = 'icons/obj/clothing/hoodies.dmi'
icon_state = "coatwinter_hood"
contained_sprite = TRUE
body_parts_covered = HEAD

View File

@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- imageadd: "Tweaks the hoodie hood sprite slightly to make it more form-fitting."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB