From cb5eb52da5d0afbeb2ea92aecd2f1788d28e385f Mon Sep 17 00:00:00 2001 From: Noobetski <75557925+Noobetski@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:00:56 +0700 Subject: [PATCH] Adds biesel citizenship to traverse due to the recent refugee influx (#22978) Adds biesel citizenship to traverse due to the recent refugee influx from Traverse. I have the Pope's permission https://discord.com/channels/724651070017765459/724652610778431490/1532928866795000009 * Please describe the intent of your changes in a clear fashion. * Please make sure that, in the case of mapping changes, you include images of these changes in the PR's description. * Please make sure to mark your PR as wip or review required by making a comment with !wip or !review required * If you include sprites/sounds/... (assets) that you have not created yourself specify the license and original author below. * Ensure that you also credit them in the appropriate location / changelog as specified in the contributor guidelines ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: | Path | Original Author | License | | --- | --- | --- | | icons/example.dmi | ExamplePerson (Example Station) | CC0 | --- .../origins/origins/skrell/nralakk.dm | 2 +- .../changelogs/archive/Noobetski-PR-22978.yml | 59 +++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/archive/Noobetski-PR-22978.yml diff --git a/code/modules/background/origins/origins/skrell/nralakk.dm b/code/modules/background/origins/origins/skrell/nralakk.dm index 71b6c4bb68e..6577f76eaef 100644 --- a/code/modules/background/origins/origins/skrell/nralakk.dm +++ b/code/modules/background/origins/origins/skrell/nralakk.dm @@ -19,7 +19,7 @@ name = "Traverse" desc = "The Traverse consists of the outer systems that make up the majority of Federation space, where the quality of life and planet development varies greatly. Views on the Federation are mixed depending on personal interactions with the Government, with many being influenced by the resistance cells that operate here." possible_accents = list(ACCENT_TRAVERSE, ACCENT_TATTUQIG, ACCENT_SKRELL) - possible_citizenships = CITIZENSHIPS_NRALAKK + possible_citizenships = list(CITIZENSHIP_NRALAKK, CITIZENSHIP_BIESEL) possible_religions = RELIGIONS_NRALAKK /singleton/origin_item/origin/generation_fleets diff --git a/html/changelogs/archive/Noobetski-PR-22978.yml b/html/changelogs/archive/Noobetski-PR-22978.yml new file mode 100644 index 00000000000..33dc9e0f710 --- /dev/null +++ b/html/changelogs/archive/Noobetski-PR-22978.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: Noobetski + +# 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: "Adds biesel citizenship to Traverse origin due to the recent refugee influx from Traverse." +