Fixes Coalition Offworlders not being able to take cultural items (#15951)

* Fixes Scarab and Burzsian items in loadout not being selectable by proper origin

* Changelog

---------

Co-authored-by: Gabby <martinezgabby576@gmail.com>
This commit is contained in:
feartheblackout
2023-03-05 14:44:45 +00:00
committed by GitHub
co-authored by Gabby
parent 1097153d0f
commit 572a164e1c
2 changed files with 44 additions and 3 deletions
@@ -68,7 +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)
origin_restriction = list(/singleton/origin_item/origin/coa_spacer)
/datum/gear/gloves/offworlder
display_name = "starmitts"
@@ -88,7 +88,7 @@
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)
origin_restriction = list(/singleton/origin_item/origin/coa_spacer)
/datum/gear/accessory/offworlder_mantle
display_name = "native Burzsian mantle"
@@ -96,4 +96,4 @@
whitelisted = list(SPECIES_HUMAN_OFFWORLD)
sort_category = "Xenowear - Human"
flags = GEAR_HAS_DESC_SELECTION
culture_restriction = list(/singleton/origin_item/origin/coa_spacer)
origin_restriction = list(/singleton/origin_item/origin/coa_spacer)