mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Adds asymmetric coat, blouses, flags, and Assunzione items to the loadout. (#11579)
This commit is contained in:
@@ -182,6 +182,8 @@
|
||||
shirt["t-shirt"] = /obj/item/clothing/accessory/tshirt
|
||||
shirt["t-shirt, cropped"] = /obj/item/clothing/accessory/tshirt_crop
|
||||
shirt["blouse"] = /obj/item/clothing/accessory/blouse
|
||||
shirt["long-sleeved blouse"] = /obj/item/clothing/accessory/longblouse
|
||||
shirt["puffy blouse"] = /obj/item/clothing/accessory/puffyblouse
|
||||
gear_tweaks += new/datum/gear_tweak/path(shirt)
|
||||
|
||||
/datum/gear/accessory/silversun
|
||||
|
||||
@@ -120,6 +120,8 @@
|
||||
banners["banner, Zenghu Pharmaceuticals"] = /obj/item/flag/zenghu
|
||||
banners["banner, Zavodskoi Interstellar"] = /obj/item/flag/zavodskoi
|
||||
banners["banner, Coalition of Colonies"] = /obj/item/flag/coalition
|
||||
banners["banner, Confederate States of Fisanduh"] = /obj/item/flag/fisanduh
|
||||
banners["banner, Gadpathur"] = /obj/item/flag/gadpathur
|
||||
gear_tweaks += new/datum/gear_tweak/path(banners)
|
||||
|
||||
/datum/gear/standard
|
||||
@@ -165,6 +167,8 @@
|
||||
flags["flag, Zeng-Hu Pharmaceuticals"] = /obj/item/flag/zenghu/l
|
||||
flags["flag, Zavodskoi Interstellar"] = /obj/item/flag/zavodskoi/l
|
||||
flags["flag, Coalition of Colonies"] = /obj/item/flag/coalition/l
|
||||
flags["flag, Confederate States of Fisanduh"] = /obj/item/flag/fisanduh/l
|
||||
flags["flag, Gadpathur"] = /obj/item/flag/gadpathur/l
|
||||
gear_tweaks += new/datum/gear_tweak/path(flags)
|
||||
|
||||
/datum/gear/towel
|
||||
|
||||
@@ -64,3 +64,17 @@
|
||||
/datum/gear/religion/dominia/accessory
|
||||
display_name = "tribunal necklace"
|
||||
path = "/obj/item/clothing/accessory/dominia"
|
||||
|
||||
/datum/gear/religion/assunzione/accessory
|
||||
display_name = "luceian amulet"
|
||||
path = "/obj/item/clothing/accessory/assunzione"
|
||||
|
||||
/datum/gear/religion/assunzioneorb
|
||||
display_name = "assunzione warding sphere"
|
||||
description = "A religious artefact commonly associated with Luceism."
|
||||
path = "/obj/item/assunzioneorb"
|
||||
|
||||
/datum/gear/religion/assunzionesheath
|
||||
display_name = "assunzione warding sphere sheath"
|
||||
description = "A small metal shell designed to hold a warding sphere."
|
||||
path = "/obj/item/storage/assunzionesheath"
|
||||
@@ -372,6 +372,11 @@
|
||||
cardigan["argyle cardigan"] = /obj/item/clothing/suit/storage/toggle/cardigan/argyle
|
||||
gear_tweaks += new/datum/gear_tweak/path(cardigan)
|
||||
|
||||
/datum/gear/suit/asymmetriccoat
|
||||
display_name = "asymmetric coat"
|
||||
path = /obj/item/clothing/suit/storage/toggle/asymmetriccoat
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/suit/himeo
|
||||
display_name = "himean coat selection"
|
||||
path = /obj/item/clothing/suit/storage/toggle/himeo
|
||||
|
||||
Reference in New Issue
Block a user