From 4e77c34f644918edba20b5dcfffee78bf1c108ca Mon Sep 17 00:00:00 2001 From: Fyni Date: Mon, 18 May 2026 22:45:51 +0100 Subject: [PATCH] Adds more accents for ZH owned IPCs (#22463) Adds 3 previously available accents to ZH megacorporate owned IPCs, after a quick chat with synth lore. These are: - Assunzione - Aemaq - Valkyrie --------- Signed-off-by: Fyni --- code/modules/background/origins/origins/ipc/megacorporate.dm | 2 +- html/changelogs/fyni-zh-ipcs.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/fyni-zh-ipcs.yml diff --git a/code/modules/background/origins/origins/ipc/megacorporate.dm b/code/modules/background/origins/origins/ipc/megacorporate.dm index 8bf6b4e9444..ebc6b616a14 100644 --- a/code/modules/background/origins/origins/ipc/megacorporate.dm +++ b/code/modules/background/origins/origins/ipc/megacorporate.dm @@ -28,7 +28,7 @@ name = "Zeng-Hu Pharmaceuticals" desc = "Zeng-Hu Pharmaceuticals employs a large number of IPCs, both free and owned, with the newest models often being shown to the public as a display of the company's technological prowess. They are treated relatively well based on the standards of the Spur, however they are often urged to perfectionism and quality, being rewarded for success and punished for failure. In keeping with the company's competitive yet meritocratic nature, IPCs which perform well and catch the eye of their superiors can be elevated to positions of responsibility, in some cases, winning their freedom through hard and exceptional labour." important_information = "IPCs belonging to Zeng-Hu do not possess a standard naming convention." - possible_accents = list(ACCENT_SOL, ACCENT_LUNA, ACCENT_CETI, ACCENT_KONYAN, ACCENT_EUROPA, ACCENT_ERIDANI, ACCENT_TTS) + possible_accents = list(ACCENT_SOL, ACCENT_LUNA, ACCENT_CETI, ACCENT_KONYAN, ACCENT_EUROPA, ACCENT_ERIDANI, ACCENT_ASSUNZIONE, ACCENT_VALKYRIE, ACCENT_AEMAQ, ACCENT_TTS) possible_citizenships = list(CITIZENSHIP_NONE) possible_religions = list(RELIGION_NONE) diff --git a/html/changelogs/fyni-zh-ipcs.yml b/html/changelogs/fyni-zh-ipcs.yml new file mode 100644 index 00000000000..f1bec9212ca --- /dev/null +++ b/html/changelogs/fyni-zh-ipcs.yml @@ -0,0 +1,4 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Adds more available accents for ZH owned IPCs after a chat with synth lore." \ No newline at end of file