From 5180627bead5a5bef3afb6737cfaaa9e6e693258 Mon Sep 17 00:00:00 2001 From: smellie Date: Fri, 2 May 2025 13:30:19 +0100 Subject: [PATCH] The Return of Sol Consulars (#20727) Unblacklists Sol Alliance citizenship from the consular selection. Let free the many character designs awaiting. A thanks to the Human Lore team for their Pharsalia arc :) --- code/game/jobs/job/outsider/representative.dm | 2 +- code/modules/background/citizenship/human.dm | 4 +--- html/changelogs/kermit-sol-consulars-deblacklist.yml | 6 ++++++ 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/kermit-sol-consulars-deblacklist.yml diff --git a/code/game/jobs/job/outsider/representative.dm b/code/game/jobs/job/outsider/representative.dm index 7f9ab8f18e8..39c8a76c272 100644 --- a/code/game/jobs/job/outsider/representative.dm +++ b/code/game/jobs/job/outsider/representative.dm @@ -213,7 +213,7 @@ minimal_access = list(ACCESS_CONSULAR) outfit = /obj/outfit/job/representative/consular blacklisted_species = list(SPECIES_VAURCA_BULWARK) - blacklisted_citizenship = list(CITIZENSHIP_SOL, CITIZENSHIP_ERIDANI, CITIZENSHIP_ELYRA_NCP, CITIZENSHIP_NONE, CITIZENSHIP_FREE_COUNCIL) + blacklisted_citizenship = list(CITIZENSHIP_ERIDANI, CITIZENSHIP_ELYRA_NCP, CITIZENSHIP_NONE, CITIZENSHIP_FREE_COUNCIL) aide_job = "Diplomatic Aide" diff --git a/code/modules/background/citizenship/human.dm b/code/modules/background/citizenship/human.dm index 4998c2465bc..5bdc63042eb 100644 --- a/code/modules/background/citizenship/human.dm +++ b/code/modules/background/citizenship/human.dm @@ -95,8 +95,6 @@ assistant_outfit = /obj/outfit/job/diplomatic_aide/sol job_species_blacklist = list( "Consular Officer" = list( - SPECIES_HUMAN, - SPECIES_HUMAN_OFFWORLD, SPECIES_IPC, SPECIES_IPC_BISHOP, SPECIES_IPC_G1, @@ -150,7 +148,7 @@ switch(mission_level) if(REPRESENTATIVE_MISSION_HIGH) rep_objectives = pick("Collect evidence of the [SSatlas.current_map.boss_name] being unfair or oppressive against Solarian employees, to be used as leverage in future diplomatic talks.", - "Convince [rand(1,3)] solarian employees to apply for the Solarian armed forces.") + "Convince [rand(1,3)] Solarian employees to apply for the Solarian Armed Forces.") if(REPRESENTATIVE_MISSION_MEDIUM) rep_objectives = pick("Have [rand(2,5)] amount of Sol citizens write down their grievances with the company, and present the report to [SSatlas.current_map.station_short] command.", diff --git a/html/changelogs/kermit-sol-consulars-deblacklist.yml b/html/changelogs/kermit-sol-consulars-deblacklist.yml new file mode 100644 index 00000000000..e902d7db3c7 --- /dev/null +++ b/html/changelogs/kermit-sol-consulars-deblacklist.yml @@ -0,0 +1,6 @@ +author: kermit + +delete-after: True + +changes: + - rscadd: "Reallows Solarian Consulars."