From ca5e6bfec88c040be1490954a16cf7e2358e9698 Mon Sep 17 00:00:00 2001 From: Casper3667 <8396443+Casper3667@users.noreply.github.com> Date: Sun, 19 Dec 2021 05:11:13 +0100 Subject: [PATCH] restricts eridani from being consulars (#12838) Co-authored-by: TGW Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com> --- code/modules/background/citizenship/human.dm | 27 ++++++++++++++++++++ html/changelogs/EriConsular.yml | 6 +++++ 2 files changed, 33 insertions(+) create mode 100644 html/changelogs/EriConsular.yml diff --git a/code/modules/background/citizenship/human.dm b/code/modules/background/citizenship/human.dm index ead2ca892d0..486c5ba27a4 100644 --- a/code/modules/background/citizenship/human.dm +++ b/code/modules/background/citizenship/human.dm @@ -115,6 +115,33 @@ and poor, yet free-willed and provocative Dregs. The Federation is controlled by several megacorporations, and although NanoTrasen is not one of them, it is a common former \ workplace of various contractors on board NSS Aurora." + job_species_blacklist = list( + "Consular Officer" = list( + SPECIES_HUMAN, + SPECIES_HUMAN_OFFWORLD, + SPECIES_IPC, + SPECIES_IPC_BISHOP, + SPECIES_IPC_G1, + SPECIES_IPC_G2, + SPECIES_IPC_SHELL, + SPECIES_IPC_UNBRANDED, + SPECIES_IPC_XION, + SPECIES_IPC_ZENGHU, + SPECIES_DIONA, + SPECIES_DIONA_COEUS, + SPECIES_SKRELL, + SPECIES_SKRELL_AXIORI, + SPECIES_TAJARA, + SPECIES_TAJARA_MSAI, + SPECIES_TAJARA_ZHAN, + SPECIES_UNATHI, + SPECIES_VAURCA_WORKER, + SPECIES_VAURCA_WARRIOR, + SPECIES_VAURCA_BULWARK, + SPECIES_VAURCA_BREEDER + ) + ) + /datum/citizenship/coalition name = CITIZENSHIP_COALITION description = "The Coalition of Colonies is a loose confederation of united \"entities\" within the human frontier. These entities range \ diff --git a/html/changelogs/EriConsular.yml b/html/changelogs/EriConsular.yml new file mode 100644 index 00000000000..01f86ef527d --- /dev/null +++ b/html/changelogs/EriConsular.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Eridani no longer have consulars, as they were sol consulars."