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:
FearTheGabby
2025-03-09 16:37:24 -05:00
committed by GitHub
parent 821326bdaf
commit f6eaa0f5d5
2 changed files with 60 additions and 1 deletions
+2 -1
View File
@@ -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,
)