mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Adds the loadout hoplan clothing to diplomatic bodyguards. (#21137)
See title, pretty much. Pretty sure this is an oversight from the addition of bodyguards.
This commit is contained in:
@@ -268,7 +268,7 @@ ABSTRACT_TYPE(/datum/gear/augment/machine)
|
||||
path = /obj/item/clothing/under/goldendeep/hoplan
|
||||
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"
|
||||
allowed_roles = list("Consular Officer", "Diplomatic Aide")
|
||||
allowed_roles = list("Consular Officer", "Diplomatic Aide", "Diplomatic Bodyguard")
|
||||
culture_restriction = list(/singleton/origin_item/culture/golden_deep)
|
||||
|
||||
/datum/gear/head/goldendeephoplan
|
||||
@@ -278,7 +278,7 @@ ABSTRACT_TYPE(/datum/gear/augment/machine)
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
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"
|
||||
allowed_roles = list("Consular Officer", "Diplomatic Aide")
|
||||
allowed_roles = list("Consular Officer", "Diplomatic Aide", "Diplomatic Bodyguard")
|
||||
culture_restriction = list(/singleton/origin_item/culture/golden_deep)
|
||||
|
||||
/datum/gear/uniform/goldendeepporter
|
||||
|
||||
Reference in New Issue
Block a user