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:
feartheblackout
2023-03-04 15:52:29 -06:00
committed by GitHub
parent a051a9f33e
commit 439e787690
6 changed files with 64 additions and 5 deletions

View File

@@ -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)

View File

@@ -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)