From 84cea38d68ec049f86698ed976246f7a0302663d Mon Sep 17 00:00:00 2001 From: FearTheGabby Date: Sun, 9 Mar 2025 16:37:59 -0500 Subject: [PATCH] Sol Alliance citizenship for Biesellites (#20546) What it says on the tin. Was discussed with loremaster Triogenix beforehand. Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com> --- .../origins/origins/human/biesel.dm | 8 +-- .../SimpleMaroon-traitorstocapitalism.yml | 58 +++++++++++++++++++ 2 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/SimpleMaroon-traitorstocapitalism.yml diff --git a/code/modules/background/origins/origins/human/biesel.dm b/code/modules/background/origins/origins/human/biesel.dm index 9acf866ff6d..502133f4082 100644 --- a/code/modules/background/origins/origins/human/biesel.dm +++ b/code/modules/background/origins/origins/human/biesel.dm @@ -12,7 +12,7 @@ name = "Biesel" desc = "One of the first colonies outside of the Sol System, Biesel has since flourished into an economic powerhouse within the greater Orion Spur. There exists no singular culture, but instead, a loose melting pot of multiculturalism exists where the only definable trait of Biesellite culture is that it doesn't have any. Most of Tau Ceti's inhabitants reside within Mendell City, a large metropolis that stretches across the plains of Biesel, and has various districts each with its own culture." possible_accents = list(ACCENT_CETI) - possible_citizenships = list(CITIZENSHIP_BIESEL) + possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_SOL) possible_religions = RELIGIONS_BIESEL /singleton/origin_item/origin/new_gibson @@ -20,19 +20,19 @@ desc = "New Gibson has suffered many tragedies throughout its history, leading to a hardened, communal society. While the multiculturalism that exists within the Republic of Biesel has also affected New Gibsonites, they are still far more reliant on their colonial roots compared to their Biesellite counterparts." important_information = "Due to the insular nature of the Undirstads of New Gibson, characters hailing from them must have names and appearances consistent with the Nordic regions of Earth, the original colonists of the Undirstads. Only those born in the Undirstads may take the Undirstad accent. This is enforceable by server moderation and admins." possible_accents = list(ACCENT_GIBSON_OVAN, ACCENT_GIBSON_UNDIR) - possible_citizenships = list(CITIZENSHIP_BIESEL) + possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_SOL) possible_religions = RELIGIONS_BIESEL /singleton/origin_item/origin/reade name = "Reade" desc = "Outposts dot the dozens of moons found in orbit of Reade, many dedicated to mineral extraction and refinement. However, within the upper atmosphere of the gas giant the engineering feat that is the Anemostrovilos exists. The gigantic floating metropolis has its industry focused on the extraction of important gases such as Hydrogen and Helium-3 required to fuel the Orion Spur's warpdrives and thrusters. Nearly anyone can be found in the outposts either in the upper atmosphere of Reade or across its many moons." possible_accents = list(ACCENT_READE) - possible_citizenships = list(CITIZENSHIP_BIESEL) + possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_SOL) possible_religions = RELIGIONS_BIESEL /singleton/origin_item/origin/valkyrie name = "Valkyrie" desc = "Lighting up the night sky of Biesel, Valkyrie is an incredibly important port of trade within Tau Ceti, and hosts a significant amount of megacorporate facilities within its orbit, on its surface, as well as deep within the canyons and crevices. Valkyrie has not been spared by the multiculturalism that has dispersed across Tau Ceti, and actively encourages it through their incredibly relaxed immigration policies that allow for a remarkable amount of diversity to exist." possible_accents = list(ACCENT_VALKYRIE) - possible_citizenships = list(CITIZENSHIP_BIESEL) + possible_citizenships = list(CITIZENSHIP_BIESEL, CITIZENSHIP_SOL) possible_religions = RELIGIONS_BIESEL diff --git a/html/changelogs/SimpleMaroon-traitorstocapitalism.yml b/html/changelogs/SimpleMaroon-traitorstocapitalism.yml new file mode 100644 index 00000000000..a5fa7895da7 --- /dev/null +++ b/html/changelogs/SimpleMaroon-traitorstocapitalism.yml @@ -0,0 +1,58 @@ +################################ +# 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: SimpleMaroon + +# 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: "All origins under the Biesellite culture can now opt to have Sol Alliance citizenship."