From d527f9c979941c9b3c8da8cf437f4304f5b67c55 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Tue, 10 May 2022 14:53:57 -0300 Subject: [PATCH] Fixes the Amohdan origin having access to the wrong accents (#13863) --- code/modules/background/origins/origins/tajara/adhomai.dm | 4 ++-- html/changelogs/alberyk-fixamohdaccent.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/alberyk-fixamohdaccent.yml diff --git a/code/modules/background/origins/origins/tajara/adhomai.dm b/code/modules/background/origins/origins/tajara/adhomai.dm index d1862b05648..f557c9c873e 100644 --- a/code/modules/background/origins/origins/tajara/adhomai.dm +++ b/code/modules/background/origins/origins/tajara/adhomai.dm @@ -94,12 +94,12 @@ /decl/origin_item/origin/amohda name = "Island of Amohda" desc = "The island of Amohda is a curious location on Adhomai for having a history nearly as ancient as Southern Ras'nrr. Due to its past as a military empire, Amohda was the birthplace of a caste of swordsmen whose martial traditions still exist today. The civil war allowed the return of the practice of Amohdan Swordsmanship and the re-opening of the Lodges. The Island attempted to secede from the Democratic People's Republic in 2462. The rebellion was crushed by the Liberation Army and now Amohda faces a harsh occupation and widespread guerilla warfare." - possible_accents = list(ACCENT_AMOHDASIIK, ACCENT_RURALDELVAHHI) + possible_accents = list(ACCENT_AMOHDASIIK) possible_citizenships = CITIZENSHIPS_ADHOMAI possible_religions = RELIGIONS_ADHOMAI /decl/origin_item/origin/amohda/zhan - possible_accents = list(ACCENT_AMOHDASIIK) + possible_accents = list(ACCENT_AMOHDASIIK, ACCENT_RURALDELVAHHI) /decl/origin_item/origin/south_harrmasir name = "Southern Harr'masir" diff --git a/html/changelogs/alberyk-fixamohdaccent.yml b/html/changelogs/alberyk-fixamohdaccent.yml new file mode 100644 index 00000000000..3b8c09bf64e --- /dev/null +++ b/html/changelogs/alberyk-fixamohdaccent.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - bugfix: "Fixed the Amohdan origin having access to the wrong accents."