Merge pull request #1174 from ToonClyde/some-clothing

cyberpunksleek/modern sweater
This commit is contained in:
Dahlular
2021-05-19 01:39:09 -06:00
committed by GitHub
5 changed files with 30 additions and 0 deletions
@@ -826,3 +826,23 @@
item_state = "tuxedo"
mutantrace_variation = NO_MUTANTRACE_VARIATION //temporary
can_adjust = FALSE
//Cyberpunk PI Costume - Sprites from Eris, slightly modified
/obj/item/clothing/under/cyberpunksleek
name = "modern sweater"
desc = "A modern-styled sweater typically worn on more urban planets, made with a neo-laminated fiber lining."
icon_state = "cyberpunksleek"
item_state = "cyberpunksleek"
item_color = "cyberpunksleek"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
can_adjust = FALSE
/obj/item/clothing/under/costume/cyberpunksleek/long
name = "long modern sweater"
desc = "A long modern-styled sweater typically worn on more urban planets, made with a neo-laminated fiber lining."
icon_state = "cyberpunksleek_long"
item_state = "cyberpunksleek_long"
item_color = "cyberpunksleek_long"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
can_adjust = FALSE
//End Cyberpunk PI port
Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 108 KiB

@@ -198,6 +198,16 @@
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/syndicate/cosmetic
/datum/gear/cyberpunksleek
name = "modern sweater"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/cyberpunksleek
/datum/gear/cyberpunksleek/long
name = "long modern sweater"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/costume/cyberpunksleek/long
/datum/gear/creamsweater
name = "Cream Commando Sweater"
category = SLOT_W_UNIFORM
Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 334 KiB