Merge pull request #11502 from VOREStation/upstream-merge-8234

[MIRROR] Adds Qipaos
This commit is contained in:
Aronai Sieyes
2021-08-26 16:42:07 -04:00
committed by GitHub
7 changed files with 52 additions and 23 deletions
@@ -54,6 +54,22 @@
jumpclothes[initial(jumps.name)] = jumps
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(jumpclothes))
/datum/gear/uniform/qipao_colorable
display_name = "qipao, colorable"
path = /obj/item/clothing/under/qipao_colorable
/datum/gear/uniform/qipao_colorable/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/uniform/qipao2_colorable
display_name = "qipao, colorable, slim"
path = /obj/item/clothing/under/qipao2_colorable
/datum/gear/uniform/qipao2_colorable/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/uniform/skirt
display_name = "skirt selection"
path = /obj/item/clothing/under/skirt
@@ -196,17 +196,17 @@ Swimsuits
/*
Qipao
*/
/datum/gear/uniform/qipao
/datum/gear/uniform/qipao_black
display_name = "qipao, black"
path = /obj/item/clothing/under/dress/qipao
path = /obj/item/clothing/under/qipao
/datum/gear/uniform/qipao_red
display_name = "qipao, red"
path = /obj/item/clothing/under/dress/qipao/red
path = /obj/item/clothing/under/qipao/red
/datum/gear/uniform/qipao_white
display_name = "qipao, white"
path = /obj/item/clothing/under/dress/qipao/white
path = /obj/item/clothing/under/qipao/white
/*
Bluespace jumpsuit