Merge pull request #16526 from S34NW/why_is_this_so_snowflake

Fixes Solar Federation Brigadier Generals appearing on job priority lists
This commit is contained in:
variableundefined
2021-08-12 00:52:31 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0)
var/list/blacklisted_full = list(
/datum/job/ntnavyofficer,
/datum/job/ntspecops,
/datum/job/ntspecops/solgovspecops,
/datum/job/civilian,
/datum/job/syndicateofficer,
/datum/job/explorer // blacklisted so that HOPs don't try prioritizing it, then wonder why that doesn't work
@@ -80,6 +80,7 @@
/datum/job/chaplain,
/datum/job/ntnavyofficer,
/datum/job/ntspecops,
/datum/job/ntspecops/solgovspecops,
/datum/job/civilian,
/datum/job/syndicateofficer
)