Winter labcoat and virgin killer!

This commit is contained in:
lukevale
2021-03-20 15:17:03 -05:00
parent 9cf0ca814b
commit ea20010c14
9 changed files with 25 additions and 1 deletions
+9 -1
View File
@@ -963,4 +963,12 @@
icon_state = "enzojacket"
item_state = "enzojacket"
body_parts_covered = CHEST|ARMS
//End
//End
//Might get moved later since I have no clue where to put this stuff for now - Luke_vale
/obj/item/clothing/suit/toggle/labcoat/formallab
name = "winter labcoat"
desc = "A stark white labcoat, thicker and kitted out with extra fluff to keep you warm even on the coldest of mad sceinctist nights."
icon_state = "labcoat_formal"
item_state = "labcoat_formal"
body_parts_covered = CHEST|ARMS
Binary file not shown.

Before

Width:  |  Height:  |  Size: 426 KiB

After

Width:  |  Height:  |  Size: 427 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 KiB

After

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

@@ -218,3 +218,8 @@
name = "Pharoah tunic"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/nemes
/datum/gear/fluffcoat
name = "Winter labcoat"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/toggle/labcoat/formallab
@@ -209,4 +209,15 @@
primary_color = "#808080" //RGB in hexcode
secondary_color = "#FFFFFF"
hastertiary = FALSE
body_parts_covered= CHEST|GROIN
/obj/item/clothing/under/polychromic/vsweater
name = "virgin killer sweater"
desc = "What is this? A sweater that covers basically none of the back that's what."
icon_state = "vkiller"
item_color = "vkiller"
item_state = "rainbow"
primary_color = "#E1D6C9" //RGB in hexcode
secondary_color = "#FFFFFF"
hastertiary = FALSE
body_parts_covered= CHEST|GROIN
Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 KiB

After

Width:  |  Height:  |  Size: 426 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 19 KiB