From 101fc653f65d1f2a8bf082d63faa0fad5f35eb43 Mon Sep 17 00:00:00 2001
From: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com>
Date: Mon, 13 Nov 2023 13:21:53 -0700
Subject: [PATCH] Specifies that Mictlani characters come from Mexico as well
as Central & South America (#17736)
* guh!
* changelog
* Update html/changelogs/Lavillastrangiato - mictlan origin fix.yml
goddamn it
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
* Update html/changelogs/Lavillastrangiato - mictlan origin fix.yml
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
---------
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
---
.../background/origins/origins/human/sol.dm | 2 +-
...Lavillastrangiato - mictlan origin fix.yml | 41 +++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 html/changelogs/Lavillastrangiato - mictlan origin fix.yml
diff --git a/code/modules/background/origins/origins/human/sol.dm b/code/modules/background/origins/origins/human/sol.dm
index 501e513f4c0..c2ea72bfd7a 100644
--- a/code/modules/background/origins/origins/human/sol.dm
+++ b/code/modules/background/origins/origins/human/sol.dm
@@ -158,7 +158,7 @@
/singleton/origin_item/origin/mictlan
name = "Mictlan"
desc = "One of the worlds unlucky enough to be annexed into the Republic of Biesel's Corporate Reconstruction Zone following the Solarian Collapse, Mictlan has become the site of growing fighting and unrest directed at the Republic and its forces. Mictlaners now find themselves increasingly caught between Sol and Biesel, and the conflict on their planet shows no signs of deescalating."
- important_information = "While Mictlan has been a beacon of multiculturalism among humans and aliens in the Orion Spur, many humans that have immigrated to the planet have been assimilated into Mictlan's culture and society. Because of this, human characters born on Mictlan must have names and appearances consistent with the peoples of Central and South America. Only characters native to Mictlan may take the Mictlan accent. This is enforceable by server moderators and admins."
+ important_information = "While Mictlan has been a beacon of multiculturalism among humans and aliens in the Orion Spur, many humans that have immigrated to the planet have been assimilated into Mictlan's culture and society. Because of this, human characters born on Mictlan must have names and appearances consistent with the peoples of Mexico, Central America, and South America. Only characters native to Mictlan may take the Mictlan accent. This is enforceable by server moderators and admins."
possible_accents = list(ACCENT_MICTLAN)
possible_citizenships = list(CITIZENSHIP_SOL, CITIZENSHIP_BIESEL)
possible_religions = RELIGIONS_SOLARIAN
diff --git a/html/changelogs/Lavillastrangiato - mictlan origin fix.yml b/html/changelogs/Lavillastrangiato - mictlan origin fix.yml
new file mode 100644
index 00000000000..199c0625398
--- /dev/null
+++ b/html/changelogs/Lavillastrangiato - mictlan origin fix.yml
@@ -0,0 +1,41 @@
+################################
+# Example Changelog File
+#
+# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
+#
+# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
+# When it is, any changes listed below will disappear.
+#
+# Valid Prefixes:
+# bugfix
+# wip (For works in progress)
+# tweak
+# soundadd
+# sounddel
+# rscadd (general adding of nice things)
+# rscdel (general deleting of nice things)
+# imageadd
+# imagedel
+# maptweak
+# spellcheck (typo fixes)
+# experiment
+# balance
+# admin
+# backend
+# security
+# refactor
+#################################
+
+# Your name.
+author: Lavillastrangiato
+
+# 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: "Specifies characters from Mictlan must originate from Mexico as well as Central- or South America."