Merge pull request #2914 from CHOMPStationBot/upstream-merge-11502

[MIRROR] [MIRROR] Adds Qipaos
This commit is contained in:
Nadyr
2021-08-26 23:06:36 -04:00
committed by GitHub
7 changed files with 46 additions and 17 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
@@ -208,17 +208,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