mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user