mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Konyang loadout additions (#14518)
This commit is contained in:
@@ -400,6 +400,11 @@
|
||||
path = /obj/item/clothing/accessory/sash/horizontal
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/konyang_belt
|
||||
display_name = "hanbok belt (colourable)"
|
||||
path = /obj/item/clothing/accessory/konyang
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/passcard
|
||||
display_name = "human passcard selection"
|
||||
path = /obj/item/clothing/accessory/badge/passcard
|
||||
|
||||
@@ -66,6 +66,11 @@
|
||||
path = /obj/item/clothing/shoes/sandal/flipflop
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/shoes/woodensandals
|
||||
display_name = "wooden sandals"
|
||||
path = /obj/item/clothing/shoes/sandal/wooden
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/shoes/hitops
|
||||
display_name = "high-top selection"
|
||||
description = "High-top sneakers, in a selection of colors."
|
||||
@@ -107,6 +112,11 @@
|
||||
display_name = "lyodsuit boots"
|
||||
path = /obj/item/clothing/shoes/lyodsuit
|
||||
|
||||
/datum/gear/shoes/konyang_gomusin
|
||||
display_name = "gomusin"
|
||||
path = /obj/item/clothing/shoes/konyang
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/shoes/circuitry
|
||||
display_name = "boots, circuitry (empty)"
|
||||
path = /obj/item/clothing/shoes/circuitry
|
||||
|
||||
@@ -305,6 +305,7 @@
|
||||
var/list/hanbok = list()
|
||||
hanbok["magenta-blue hanbok"] = /obj/item/clothing/under/konyang
|
||||
hanbok["white-pink hanbok"] = /obj/item/clothing/under/konyang/pink
|
||||
hanbok["white-blue hanbok"] = /obj/item/clothing/under/konyang/blue
|
||||
hanbok["male hanbok"] = /obj/item/clothing/under/konyang/male
|
||||
gear_tweaks += new /datum/gear_tweak/path(hanbok)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user