Merge pull request #1040 from lukevale/master
Swimssuits, sweaters, and jackets! OH MY!
@@ -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
|
||||
|
||||
@@ -123,7 +123,8 @@
|
||||
/obj/item/clothing/head/cowboyhat/white = 3,
|
||||
/obj/item/clothing/head/cowboyhat/pink = 3,
|
||||
/obj/item/clothing/shoes/cowboyboots = 3,
|
||||
/obj/item/clothing/shoes/cowboyboots/black = 3)
|
||||
/obj/item/clothing/shoes/cowboyboots/black = 3,
|
||||
/obj/item/clothing/under/polychromic/vsweater = 3)
|
||||
contraband = list(/obj/item/clothing/under/syndicate/tacticool = 3,
|
||||
/obj/item/clothing/under/syndicate/tacticool/skirt = 3,
|
||||
/obj/item/clothing/mask/balaclava = 3,
|
||||
|
||||
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 427 KiB |
|
Before Width: | Height: | Size: 409 KiB After Width: | Height: | Size: 410 KiB |
|
Before Width: | Height: | Size: 144 KiB After Width: | Height: | Size: 144 KiB |
@@ -57,6 +57,7 @@
|
||||
/obj/item/clothing/neck/stole/black = 2,
|
||||
/obj/item/clothing/under/polychromic/stripper = 3,
|
||||
/obj/item/clothing/under/polychromic/bikini = 3,
|
||||
/obj/item/clothing/under/polychromic/onepeice = 3,
|
||||
/obj/item/clothing/under/polychromic/shortpants/pantsu = 3,
|
||||
/obj/item/clothing/under/polychromic/bulge = 3,
|
||||
/obj/item/clothing/suit/maidapron = 3,
|
||||
|
||||
@@ -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
|
||||
@@ -458,6 +458,12 @@
|
||||
path = /obj/item/clothing/under/polychromic/bottomless
|
||||
cost = 2
|
||||
|
||||
/datum/gear/polysweatervirgin
|
||||
name = "Polychromic Virginkiller Sweater"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/vsweater
|
||||
cost = 2
|
||||
|
||||
/datum/gear/corset
|
||||
name = "Corset"
|
||||
category = SLOT_W_UNIFORM
|
||||
|
||||
@@ -209,4 +209,26 @@
|
||||
primary_color = "#808080" //RGB in hexcode
|
||||
secondary_color = "#FFFFFF"
|
||||
hastertiary = FALSE
|
||||
body_parts_covered= CHEST|GROIN
|
||||
body_parts_covered= CHEST|GROIN
|
||||
|
||||
/obj/item/clothing/under/polychromic/vsweater
|
||||
name = "virgin killer sweater"
|
||||
desc = "A sweater designed to be as provocative as possible, with almost all of the back missing, bairly hiding anything from that angle. Warning: Doesn't actually kill virgins."
|
||||
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
|
||||
|
||||
/obj/item/clothing/under/polychromic/onepeice
|
||||
name = "polychromic swimsuit"
|
||||
desc = "Perfect for summer, and those who want to have something with a bit more material."
|
||||
icon_state = "onepeice"
|
||||
item_color = "onepeice"
|
||||
item_state = "rainbow"
|
||||
primary_color = "#010052" //RGB in hexcode
|
||||
secondary_color = "#eb7a7a"
|
||||
tertiary_color = "#ffffff"
|
||||
body_parts_covered = CHEST|GROIN
|
||||
|
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 426 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 20 KiB |