mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Adds another Qipao (#12260)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user