From 924b94e195cf04445bdf56ac795978776abbfc67 Mon Sep 17 00:00:00 2001 From: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:56:08 +0000 Subject: [PATCH] Little Adhomai origin alterations (#21936) This allows Little Adhomai tajara to take Biesel citizenship, and gives them some heat resistance to represent them being more used to warmer climates then Adhomai. All tajara ethnicities are able to be Biesel consulars. --- .../origins/origins/tajara/offworld.dm | 7 ++- html/changelogs/Greenjoe - tajceti.yml | 59 +++++++++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/Greenjoe - tajceti.yml diff --git a/code/modules/background/origins/origins/tajara/offworld.dm b/code/modules/background/origins/origins/tajara/offworld.dm index 9cceaff7cc4..21317d647f1 100644 --- a/code/modules/background/origins/origins/tajara/offworld.dm +++ b/code/modules/background/origins/origins/tajara/offworld.dm @@ -27,10 +27,13 @@ /singleton/origin_item/origin/little_adhomai name = "Little Adhomai" - desc = "Little Adhomai is the largest off-world Tajaran community. Situated in Mendell City, District Six is the home of most Tajara living in the Republic of Tau Ceti. Because of its relatively short existence, discrimination, and other barriers present in Tau Ceti, the Tajara of Little Adhomai still clings to their native culture. Even the few individuals born here carry a great Adhomian influence, usually identifying themselves with their family's origins. Despite this influence, District Six is also home to its own cultural expressions." + desc = "Little Adhomai is the largest off-world Tajaran community. Situated in Mendell City, District Six is the home of most Tajara living in the Republic of Biesel. Because of its relatively short existence, discrimination, and other barriers present in Tau Ceti, the Tajara of Little Adhomai still clings to their native culture. Even the few individuals born here carry a great Adhomian influence, usually identifying themselves with their family's origins. Despite this influence, District Six is also home to its own cultural expressions." + important_information = "This origin is intended for tajara who were either born on Biesel or immigrated there at a young age. Tajara with Republic of Biesel citizenship must ICly hold citizenship of one of the Adhomian nations as well." possible_accents = list(ACCENT_REPUBICLANSIIK, ACCENT_NAZIRASIIK, ACCENT_CREVAN, ACCENT_DASNRRASIIK, ACCENT_HIGHHARRSIIK, ACCENT_LOWHARRSIIK, ACCENT_AMOHDASIIK, ACCENT_NORTHRASNRR, ACCENT_DINAKK) - possible_citizenships = CITIZENSHIPS_ADHOMAI + possible_citizenships = list(CITIZENSHIP_PRA, CITIZENSHIP_DPRA, CITIZENSHIP_NKA, CITIZENSHIP_BIESEL) possible_religions = RELIGIONS_ADHOMAI + origin_traits = list(TRAIT_ORIGIN_HOT_RESISTANCE) + origin_traits_descriptions = list("are more acclimatised to the heat.") /singleton/origin_item/origin/little_adhomai/zhan possible_accents = list(ACCENT_REPUBICLANSIIK, ACCENT_NAZIRASIIK, ACCENT_CREVAN, ACCENT_DASNRRASIIK, ACCENT_HIGHHARRSIIK, ACCENT_LOWHARRSIIK, ACCENT_AMOHDASIIK, ACCENT_NORTHRASNRR, ACCENT_DINAKK, ACCENT_HARRNRRI, ACCENT_RURALDELVAHHI) diff --git a/html/changelogs/Greenjoe - tajceti.yml b/html/changelogs/Greenjoe - tajceti.yml new file mode 100644 index 00000000000..ae2ee073595 --- /dev/null +++ b/html/changelogs/Greenjoe - tajceti.yml @@ -0,0 +1,59 @@ +################################ +# 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 +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: Greenjoe + +# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Allows Little Adhomai tajara to select Biesel citizenship." + - rscadd: "Little Adhomai tajara are now more used to heat compared to Adhomian tajara."