New Hai Phong fashion - Adds an ao dai, resprites the non la (#15496)

This commit is contained in:
atteria
2023-01-06 02:49:52 -08:00
committed by GitHub
parent 5a6b5086ab
commit b33822c44f
11 changed files with 63 additions and 8 deletions

View File

@@ -559,3 +559,18 @@
flagpatch_national["flagpatch, nralakk"] = /obj/item/clothing/accessory/flagpatch/nralakk
flagpatch_national["flagpatch, hegemony"] = /obj/item/clothing/accessory/flagpatch/hegemony
gear_tweaks += new /datum/gear_tweak/path(flagpatch_national)
/datum/gear/accessory/aodai
display_name = "ao dai"
description = "A long, split tunic worn over trousers. Traditional on New Hai Phong."
path = /obj/item/clothing/accessory/aodai
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
origin_restriction = list(/decl/origin_item/origin/earth, /decl/origin_item/origin/new_hai_phong)
/datum/gear/accessory/aodai/New()
..()
var/list/aodai = list()
aodai["ao dai"] = /obj/item/clothing/accessory/aodai
aodai["ao dai, new hai phong cut"] = /obj/item/clothing/accessory/aodai/nhp
aodai["ao dai, masculine formalwear"] = /obj/item/clothing/accessory/aodai/masc
gear_tweaks += new /datum/gear_tweak/path(aodai)

View File

@@ -310,7 +310,7 @@
/datum/gear/head/nonla
display_name = "non la hat"
path = /obj/item/clothing/head/nonla
origin_restriction = list(/decl/origin_item/origin/earth, /decl/origin_item/origin/new_hai_phong)
/datum/gear/head/konyang
display_name = "gat"
path = /obj/item/clothing/head/konyang