mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Adds a native Burzsian mantle to the loadout (#15919)
* Adds a native Burzsian mantle to the loadout * Removes a Stray Line --------- Co-authored-by: Gabby <martinezgabby576@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
display_name = "pioneer scarf"
|
||||
path = /obj/item/clothing/mask/offworlder
|
||||
flags = GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/origin/coa_spacer)
|
||||
|
||||
/datum/gear/gloves/offworlder
|
||||
display_name = "starmitts"
|
||||
@@ -87,3 +88,12 @@
|
||||
path = /obj/item/clothing/accessory/badge/passcard/scarab
|
||||
whitelisted = list(SPECIES_HUMAN_OFFWORLD)
|
||||
sort_category = "Xenowear - Human"
|
||||
culture_restriction = list(/singleton/origin_item/origin/coa_spacer)
|
||||
|
||||
/datum/gear/accessory/offworlder_mantle
|
||||
display_name = "native Burzsian mantle"
|
||||
path = /obj/item/clothing/accessory/poncho/burzsian_mantle/native
|
||||
whitelisted = list(SPECIES_HUMAN_OFFWORLD)
|
||||
sort_category = "Xenowear - Human"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
culture_restriction = list(/singleton/origin_item/origin/coa_spacer)
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
/datum/gear/accessory/ipcmantle
|
||||
display_name = "Burzsian mantle"
|
||||
description = "A uniform mantle identifying Hephaestus IPC's from Burzsia. Operation history and specifications are printed underneath the tarp."
|
||||
path = /obj/item/clothing/accessory/poncho/ipc_mantle
|
||||
path = /obj/item/clothing/accessory/poncho/burzsian_mantle
|
||||
sort_category = "Xenowear - IPC"
|
||||
cost = 1
|
||||
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
|
||||
Reference in New Issue
Block a user