diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 6edc4d21eed..563fded5f1d 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -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 diff --git a/code/modules/newscaster/obj/newscaster.dm b/code/modules/newscaster/obj/newscaster.dm index 903a2feff7e..cff3ac16d13 100644 --- a/code/modules/newscaster/obj/newscaster.dm +++ b/code/modules/newscaster/obj/newscaster.dm @@ -80,6 +80,7 @@ /datum/job/chaplain, /datum/job/ntnavyofficer, /datum/job/ntspecops, + /datum/job/ntspecops/solgovspecops, /datum/job/civilian, /datum/job/syndicateofficer )