Merge pull request #9241 from VOREStation/upstream-merge-7733

[MIRROR] 5 new clothes & 1 headdress
This commit is contained in:
Verkister
2020-10-19 10:36:41 +00:00
committed by Chompstation Bot
parent a3f9f88bea
commit fb1b3d210e
8 changed files with 68 additions and 1 deletions
@@ -383,3 +383,7 @@
/datum/gear/head/rose_crown
display_name = "rose crown"
path = /obj/item/clothing/head/rose_crown
/datum/gear/head/blackngoldheaddress
display_name = "black and gold headdress"
path = /obj/item/clothing/head/blackngoldheaddress
@@ -588,4 +588,29 @@
/datum/gear/uniform/cyberpunkharness
display_name = "cyberpunk strapped harness"
path = /obj/item/clothing/under/cyberpunkharness
path = /obj/item/clothing/under/cyberpunkharness
/datum/gear/uniform/whitegown
display_name = "white gown"
path = /obj/item/clothing/under/wedding/whitegown
/datum/gear/uniform/floofdress
display_name = "floofy dress"
path = /obj/item/clothing/under/wedding/floofdress
/datum/gear/uniform/floofdress/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/uniform/blackngold
display_name = "black and gold gown"
path = /obj/item/clothing/under/blackngold
/datum/gear/uniform/sheerblue
display_name = "sheer blue dress"
path = /obj/item/clothing/under/sheerblue
/datum/gear/uniform/disheveled
display_name = "disheveled suit"
path = /obj/item/clothing/under/disheveled
+7
View File
@@ -445,3 +445,10 @@
desc = "A gold-lined white cowl. It gives off uncomfortable cult vibes, but fancy."
icon_state = "whitecowl"
body_parts_covered = 0
/obj/item/clothing/head/blackngoldheaddress
name = "black and gold headdress"
desc = "An odd looking headdress that covers the eyes."
icon_state = "blackngoldheaddress"
flags_inv = HIDEEYES
body_parts_covered = HEAD|EYES
@@ -603,6 +603,19 @@ obj/item/clothing/under/dress/yellowswoop
flags_inv = HIDESHOES
body_parts_covered = UPPER_TORSO|LOWER_TORSO
/obj/item/clothing/under/wedding/floofdress
name = "floofy dress"
desc = "A lovely floofed out dress for formal occasions. Comes in many colors!"
icon_state = "floofdress"
flags_inv = HIDESHOES
index = 1
/obj/item/clothing/under/wedding/whitegown
name = "white gown"
desc = "A elegant white gown with accents of sheer mesh."
icon_state = "whitegown"
index = 1
/*
Uniforms and such
*/
@@ -816,6 +829,24 @@ Uniforms and such
icon_state = "cyberhell"
index = 1
/obj/item/clothing/under/blackngold
name = "black and gold gown"
desc = "A black and gold gown. You get the impression this is typically worn for religious purposes."
icon_state = "blackngold"
index = 1
/obj/item/clothing/under/sheerblue
name = "sheer blue dress"
desc = "An entirely sheer blue dress. Best worn with something underneath!"
icon_state = "sheerblue"
index = 1
/obj/item/clothing/under/disheveled
name = "disheveled suit"
desc = "What might pass as well maintained formal attire. If you're blind."
icon_state = "disheveled"
index = 1
/*
* swimsuit
*/