From 8ee63db4b9cac55f395ced5153139ce4e7bc2ab4 Mon Sep 17 00:00:00 2001 From: beepbopbeepbop <98155621+beepbopbeepbop@users.noreply.github.com> Date: Tue, 12 Aug 2025 01:13:03 +1000 Subject: [PATCH] Adds Offworlder HOS (#21088) as the title says. in my long contemplation of adding this, people have offered arguments that an offworlder hos would be unable to fit the requirements for a security job. i disagree here because not only do they have a lower brute modifier than M'sai Tajara (who are the only tajara species allowed to be HOS), but the negatives which would prevent them from fitting any requirements can easily be made up with the various items available to offworlders which pretty much alleviate any concerns here. additionally, given off-worlders are currently allowed to be other physically strenuous jobs which require even more exertion than HOS would, such as paramedic, atmos tech, miner, or even security officers (while i understand some think the final job is also undesirable, as far as i am aware it has created no issues in the past), there seems to be a massive inconsistency in the standards applied on offworlders. so, i think that allowing offworlders to be HOS on the ship does make sense, as they are adapted for work in space, and allows for a few cool potential character concepts, with any drawbacks being pretty inconsequential. --- code/game/jobs/job/security.dm | 2 +- .../notagonk_changelog_offworlder_hos.yml | 58 +++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/notagonk_changelog_offworlder_hos.yml diff --git a/code/game/jobs/job/security.dm b/code/game/jobs/job/security.dm index daf4503f110..178434c49a1 100644 --- a/code/game/jobs/job/security.dm +++ b/code/game/jobs/job/security.dm @@ -33,7 +33,7 @@ minimal_player_age = 14 outfit = /obj/outfit/job/hos - blacklisted_species = list(SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA_ZHAN, SPECIES_DIONA, SPECIES_DIONA_COEUS, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER) + blacklisted_species = list(SPECIES_TAJARA_ZHAN, SPECIES_DIONA, SPECIES_DIONA_COEUS, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_ATTENDANT, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER) /obj/outfit/job/hos name = "Head of Security" diff --git a/html/changelogs/notagonk_changelog_offworlder_hos.yml b/html/changelogs/notagonk_changelog_offworlder_hos.yml new file mode 100644 index 00000000000..2092f34d971 --- /dev/null +++ b/html/changelogs/notagonk_changelog_offworlder_hos.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: notagonk + +# 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 Human Offworlders to play as Heads of Security."