mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
No Orepit diplomatic aides (#20567)
Title. Characters with Orepit citizenship aren't meant to be either Consular Officers or Diplomatic Aides, but the latter was showing up as an option in the join menu so this should rectify that. Orepitters might still able to be Diplomatic Aides for the Coalition depending on how lore feels, but this doesn't touch that. Should count as a bugfix unless maintainers decide it isn't. --------- Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
@@ -65,5 +65,6 @@
|
||||
allowing its populace to work, study, and travel abroad in the Coalition and beyond, primarily in the All-Xanu Republic, utilizing Xanan documents."
|
||||
|
||||
job_species_blacklist = list(
|
||||
"Consular Officer" = ALL_SPECIES
|
||||
"Consular Officer" = ALL_SPECIES,
|
||||
"Diplomatic Aide" = ALL_SPECIES,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user