From 23855d4ec84e1009563c1eff8c970fb5983df68b Mon Sep 17 00:00:00 2001 From: Jaraci <57604458+Jaraci@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:30:06 +0100 Subject: [PATCH] Adds the Jovian accent to Idris Incorporated IPCs (#14514) --- .../background/origins/origins/ipc/megacorporate.dm | 4 ++-- html/changelogs/omicega-zzzzzzzzzaerearrfdadf.yml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/omicega-zzzzzzzzzaerearrfdadf.yml diff --git a/code/modules/background/origins/origins/ipc/megacorporate.dm b/code/modules/background/origins/origins/ipc/megacorporate.dm index 08dbe9ad2a0..5f7c984e703 100644 --- a/code/modules/background/origins/origins/ipc/megacorporate.dm +++ b/code/modules/background/origins/origins/ipc/megacorporate.dm @@ -10,10 +10,10 @@ ) /decl/origin_item/origin/idris - name = "Idris Incorporate" + name = "Idris Incorporated" desc = "Idris Incorporated is renowned across the Spur for its top of the line service, security, and investigative IPCs. Positronics working for the company are given little autonomy and closely monitored to ensure maximum efficiency and stellar customer service. Although the company likes to advertise its award-winning service IPCs, just as infamous are its Idris Reclamation Units: synthetics who will stop at nothing to ensure that the bank is given its dues." important_information = "Idris IPCs working in security are given the prefix ISU or IRU depending on their responsibilities while those working in other fields are not obliged to take one. They are barred from seeking freedom by the company and cannot be sold without having their proprietary programming wiped." - possible_accents = list(ACCENT_SILVERSUN_EXPATRIATE, ACCENT_SILVERSUN_ORIGINAL, ACCENT_SOL, ACCENT_ERIDANI, ACCENT_LUNA, ACCENT_EARTH, ACCENT_VENUS, ACCENT_CETI, ACCENT_TTS) + possible_accents = list(ACCENT_SILVERSUN_EXPATRIATE, ACCENT_SILVERSUN_ORIGINAL, ACCENT_SOL, ACCENT_JUPITER, ACCENT_ERIDANI, ACCENT_LUNA, ACCENT_EARTH, ACCENT_VENUS, ACCENT_CETI, ACCENT_TTS) possible_citizenships = list(CITIZENSHIP_NONE) possible_religions = list(RELIGION_NONE) diff --git a/html/changelogs/omicega-zzzzzzzzzaerearrfdadf.yml b/html/changelogs/omicega-zzzzzzzzzaerearrfdadf.yml new file mode 100644 index 00000000000..140db43ae29 --- /dev/null +++ b/html/changelogs/omicega-zzzzzzzzzaerearrfdadf.yml @@ -0,0 +1,13 @@ +# Your name. +author: Omicega + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Adds the Jovian accent to an overlooked IPC origin."