From bf59ece390cd110c6c7fafb4ca0601e9f4f559ed Mon Sep 17 00:00:00 2001 From: Cody Brittain Date: Fri, 24 Feb 2023 17:28:36 -0500 Subject: [PATCH] Fix the accidental removal of Orion Express Representatives (#15879) * Fix the accidental removal of Orion Express Representatives * CL --- code/__defines/jobs.dm | 2 +- html/changelogs/GeneralCamo - OrionReps.yml | 41 +++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/GeneralCamo - OrionReps.yml diff --git a/code/__defines/jobs.dm b/code/__defines/jobs.dm index 7879772beda..0ce0475333f 100644 --- a/code/__defines/jobs.dm +++ b/code/__defines/jobs.dm @@ -37,5 +37,5 @@ #define ZAVOD_ROLES list(SECURITY_ROLES, SCIENCE_ROLES, ENGINEERING_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE) #define ZENG_ROLES list(SCIENCE_ROLES, MEDICAL_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE) #define HEPH_ROLES list(OPERATIONS_ROLES, ENGINEERING_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE) -#define ORION_ROLES list(OPERATIONS_ROLES, CIVILIAN_ROLES) +#define ORION_ROLES list(OPERATIONS_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE) #define INDEP_ROLES list(NON_CREW_CIVILIAN_ROLES, CONSULAR_ROLE, JOURNALIST_ROLE, CHAPLAIN_ROLE, OFF_DUTY_CREW_MEMBER_ROLE) \ No newline at end of file diff --git a/html/changelogs/GeneralCamo - OrionReps.yml b/html/changelogs/GeneralCamo - OrionReps.yml new file mode 100644 index 00000000000..2bf9bb0394f --- /dev/null +++ b/html/changelogs/GeneralCamo - OrionReps.yml @@ -0,0 +1,41 @@ +################################ +# 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 +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: GeneralCamo + +# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixed the Orion Express representative being unselectable."