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.
This commit is contained in:
beepbopbeepbop
2025-08-11 15:13:03 +00:00
committed by GitHub
parent af6c74d917
commit 8ee63db4b9
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -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"
@@ -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."