Merge pull request #8234 from Cerebulon/qipao

Adds Qipaos
This commit is contained in:
MistakeNot4892
2021-08-26 13:27:31 +10:00
committed by GitHub
4 changed files with 28 additions and 0 deletions

View File

@@ -57,6 +57,22 @@
jumpclothes[initial(jumps.name)] = jumps
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(jumpclothes))
/datum/gear/uniform/qipao
display_name = "qipao"
path = /obj/item/clothing/under/qipao
/datum/gear/uniform/qipao/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/uniform/qipao2
display_name = "qipao, slim"
path = /obj/item/clothing/under/qipao2
/datum/gear/uniform/qipao2/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/uniform/skirt
display_name = "skirt selection"
path = /obj/item/clothing/under/skirt