Add Hanboks and Hair (#14395)

* Hair and Hanbok

* Update hair.dmi

* Update uniform.dmi

* Update uniform.dmi

fixed merge conflict
This commit is contained in:
niennab
2022-07-11 03:35:43 +02:00
committed by GitHub
parent b9464bcb7c
commit 1418d4292d
7 changed files with 98 additions and 0 deletions
@@ -310,6 +310,19 @@
hanbok["male hanbok"] = /obj/item/clothing/under/konyang/male
gear_tweaks += new /datum/gear_tweak/path(hanbok)
/datum/gear/uniform/miscellaneous/hanbokcolorable
display_name = "colorable hanbok selection"
description = "A selection of Konyanger formalwear."
path = /obj/item/clothing/under/konyang/male/shortsleeve
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/uniform/miscellaneous/hanbokcolorable/New()
..()
var/list/hanbokcolorable = list()
hanbokcolorable["short sleeve hanbok"] = /obj/item/clothing/under/konyang/male/shortsleeve
hanbokcolorable["sleeveless hanbok"] = /obj/item/clothing/under/konyang/male/sleeveless
gear_tweaks += new /datum/gear_tweak/path(hanbokcolorable)
/datum/gear/uniform/konyang
display_name = "konyanger dress"
path = /obj/item/clothing/under/konyangdress