mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
Merge pull request #1174 from ToonClyde/some-clothing
cyberpunksleek/modern sweater
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user