Sleeveless Crop Top Hoodies (#18890)

* Added a sleeveless crop top hoodie.
* Tweaked a single pixel on the hoodie south facing sprite to make both
sides symmetrical.
This commit is contained in:
Geeves
2024-04-26 11:00:41 +02:00
committed by GitHub
parent de700a4d79
commit 4a96aa3d4e
4 changed files with 12 additions and 0 deletions
@@ -81,6 +81,7 @@
l_hoodie["short-sleeved hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/short
l_hoodie["crop top hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/crop
l_hoodie["sleeveless hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/sleeveless
l_hoodie["sleeveless crop top hoodie"] = /obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/sleeveless_crop
gear_tweaks += new /datum/gear_tweak/path(l_hoodie)
/datum/gear/suit/mars
+4
View File
@@ -323,6 +323,10 @@
icon_state = "hoodie_sleeveless"
item_state = "hoodie_sleeveless"
/obj/item/clothing/suit/storage/hooded/wintercoat/hoodie/sleeveless_crop
icon_state = "hoodie_sleeveless_crop"
item_state = "hoodie_sleeveless_crop"
/obj/item/clothing/suit/storage/hooded/wintercoat/konyang
name = "konyang village coat"
desc = "A highly prized hooded coat with unmatched breathability and insulation. Imported from Konyang, this garment is made with a weave derived from the feathers of indigenous birds."
@@ -0,0 +1,7 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Added a sleeveless crop top hoodie."
- imageadd: "Tweaked a single pixel on the hoodie south facing sprite to make both sides symmetrical."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 114 KiB