Adds a Golden Deep passport to the loadout (#20609)

Title. Noble Row said that their passports would likely be electronic,
so I went with that. Humans can also take them, as some humans are
mentioned as having citizenship through marrying an IPC on the wiki, but
this can be removed if requested.

!!Requires synth lore team input!! @NobleRow 

Sprite preview (subject to change):

![golden-deep-passport](https://github.com/user-attachments/assets/74b28503-e966-4e82-b8c2-c4259e1dc358)

---------

Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
FearTheGabby
2025-03-20 06:53:48 -05:00
committed by GitHub
parent 79b28d1eff
commit 0884accde0
4 changed files with 70 additions and 0 deletions
@@ -340,3 +340,9 @@ ABSTRACT_TYPE(/datum/gear/augment/machine)
origin_restriction = list(/singleton/origin_item/origin/ipc_assunzione)
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL)
sort_category = "Xenowear - IPC"
/datum/gear/accessory/goldendeeppassport
display_name = "golden deep passport"
path = /obj/item/clothing/accessory/badge/passport/goldendeep
whitelisted = list(SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD)
sort_category = "Xenowear - IPC"