mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
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):  --------- Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user