mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Adds an accent and several loadout items. (#9966)
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
armbands["IAC armband"] = /obj/item/clothing/accessory/armband/iac
|
||||
gear_tweaks += new/datum/gear_tweak/path(armbands)
|
||||
|
||||
/datum/gear/accessory/armband_coloured
|
||||
display_name = "armband (colourable)"
|
||||
path = /obj/item/clothing/accessory/armband/colourable
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/holster
|
||||
display_name = "holster selection"
|
||||
path = /obj/item/clothing/accessory/holster/armpit
|
||||
|
||||
@@ -18,6 +18,11 @@
|
||||
slot = slot_wear_suit
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
/datum/gear/faction/idris_armband
|
||||
display_name = "idris armband"
|
||||
path = /obj/item/clothing/head/beret/sec/idris
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
/datum/gear/faction/zavodskoi_beret
|
||||
display_name = "brown zavodskoi beret"
|
||||
path = /obj/item/clothing/head/beret/sec/zavodskoi
|
||||
|
||||
@@ -270,3 +270,8 @@
|
||||
display_name = "vysokan fur cap"
|
||||
path = /obj/item/clothing/head/soft/vysoka
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/head/buckethat
|
||||
display_name = "bucket hat"
|
||||
path = /obj/item/clothing/head/buckethat
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
@@ -305,10 +305,17 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(cardigan)
|
||||
|
||||
/datum/gear/suit/himeo
|
||||
display_name = "himean coat"
|
||||
display_name = "himean coat selection"
|
||||
path = /obj/item/clothing/suit/storage/toggle/himeo
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/suit/himeo/New()
|
||||
..()
|
||||
var/coat = list()
|
||||
coat["brown himean bekesha"] = /obj/item/clothing/suit/storage/toggle/himeo
|
||||
coat["grey himean bekesha"] = /obj/item/clothing/suit/storage/toggle/himeo/grey
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
|
||||
/datum/gear/suit/vysoka
|
||||
display_name = "chokha selection"
|
||||
description = "A selection of Vysokan chokhas."
|
||||
|
||||
@@ -59,6 +59,8 @@
|
||||
skirts["high skirt"] = /obj/item/clothing/under/skirt/high
|
||||
skirts["skater skirt"] = /obj/item/clothing/under/skirt/skater
|
||||
skirts["tube skirt"] = /obj/item/clothing/under/skirt/tube
|
||||
skirts["jumper skirt"] = /obj/item/clothing/under/skirt/jumper
|
||||
skirts["jumper dress"] = /obj/item/clothing/under/skirt/jumper_highcut
|
||||
gear_tweaks += new/datum/gear_tweak/path(skirts)
|
||||
|
||||
/datum/gear/uniform/suit
|
||||
|
||||
Reference in New Issue
Block a user