Adds another Qipao (#12260)

This commit is contained in:
TheDanseMacabre
2021-08-04 20:18:09 -04:00
committed by GitHub
parent 5eb421d774
commit 6e77e46819
5 changed files with 55 additions and 0 deletions
@@ -374,3 +374,10 @@
display_name = "qipao"
path = /obj/item/clothing/under/qipao
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/uniform/miscellaneous/qipao/New()
..()
var/list/qipao = list()
qipao["qipao"] = /obj/item/clothing/under/qipao
qipao["slim qipao"] = /obj/item/clothing/under/qipao2
gear_tweaks += new /datum/gear_tweak/path(qipao)