Fixed syndicate officer showing in card modification/identification consoles

This commit is contained in:
void*
2018-12-26 01:08:56 +01:00
parent d68cc70d81
commit f1c8cb8498
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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(
@@ -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 %