From 35c4618142ab174c2862bb0eb510c8da5cf2663e Mon Sep 17 00:00:00 2001 From: Benedict <91219575+Ben10083@users.noreply.github.com> Date: Thu, 28 Apr 2022 15:35:20 -0400 Subject: [PATCH] Fixes Syntax error in Republic of Assunzione origin. (#13694) --- .../background/origins/origins/human/coalition.dm | 2 +- html/changelogs/Ben10083.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Ben10083.yml diff --git a/code/modules/background/origins/origins/human/coalition.dm b/code/modules/background/origins/origins/human/coalition.dm index ba485810a76..0ce236b0c38 100644 --- a/code/modules/background/origins/origins/human/coalition.dm +++ b/code/modules/background/origins/origins/human/coalition.dm @@ -53,7 +53,7 @@ /decl/origin_item/origin/assunzione name = "Republic of Assunzione" - desc = "One of the most remote planets colonized by humanity, the Republic of Assunzione is widely known for its lack of a functional sun – which burnt out mysteriously shortly after the planet was colonized – and its unusual native faith, Luceism. Luceism itself is an offshoot of traditional Abrahamic faiths and is centered around the worship of Ennoia, an abstract representation of light. Assunzionii society is quite insular and is centered around the planet's faith, with an overwhelming majority of the planet's residents adhering to Luceism." + desc = "One of the most remote planets colonized by humanity, the Republic of Assunzione is widely known for its lack of a functional sun - which burnt out mysteriously shortly after the planet was colonized - and its unusual native faith, Luceism. Luceism itself is an offshoot of traditional Abrahamic faiths and is centered around the worship of Ennoia, an abstract representation of light. Assunzionii society is quite insular and is centered around the planet's faith, with an overwhelming majority of the planet's residents adhering to Luceism." important_information = "Assunzione's remote location and urban planning which places a premium on available housing and space has made it unattractive to outsiders as a destination for immigration. Because of this, characters born on Assunzione will have names and appearances consistent with the peoples living on or around the Mediterranean Sea, much like the planet's original colonists. Only native Assunzioniis may take the Assunzionii accent. This is enforceable by server moderators and admins." possible_accents = list(ACCENT_ASSUNZIONE) possible_citizenships = CITIZENSHIPS_COALITION diff --git a/html/changelogs/Ben10083.yml b/html/changelogs/Ben10083.yml new file mode 100644 index 00000000000..31e3d741f91 --- /dev/null +++ b/html/changelogs/Ben10083.yml @@ -0,0 +1,13 @@ +# Your name. +author: Ben10083 + +# 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: + - spellcheck: "Fixed syntax errors in the Republic of Assunzione origin."