From f1c8cb8498cd8858fa020b7792ea839260e253ba Mon Sep 17 00:00:00 2001 From: void* Date: Wed, 26 Dec 2018 01:08:56 +0100 Subject: [PATCH] Fixed syndicate officer showing in card modification/identification consoles --- code/game/machinery/computer/card.dm | 3 ++- .../modular_computers/file_system/programs/command/card.dm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 9bda37b2401..4cde71a4705 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -24,7 +24,8 @@ var/time_last_changed_position = 0 var/list/blacklisted_full = list( /datum/job/ntnavyofficer, /datum/job/ntspecops, - /datum/job/civilian + /datum/job/civilian, + /datum/job/syndicateofficer ) // Jobs that appear in the list, and you can prioritize, but not open/close slots for var/list/blacklisted_partial = list( diff --git a/code/modules/modular_computers/file_system/programs/command/card.dm b/code/modules/modular_computers/file_system/programs/command/card.dm index 2afebbae666..d67268716a5 100644 --- a/code/modules/modular_computers/file_system/programs/command/card.dm +++ b/code/modules/modular_computers/file_system/programs/command/card.dm @@ -34,7 +34,8 @@ /datum/job/chaplain, /datum/job/ntnavyofficer, /datum/job/ntspecops, - /datum/job/civilian + /datum/job/civilian, + /datum/job/syndicateofficer ) //The scaling factor of max total positions in relation to the total amount of people on board the station in %