mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user