mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
Merge pull request #1040 from lukevale/master
Swimssuits, sweaters, and jackets! OH MY!
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user