Also allows CC to modify job slots for cyborg, blueshield, NT rep, chaplain

This commit is contained in:
Kyep
2017-01-29 18:17:53 -08:00
parent 146e79a48e
commit f0005ea578
+18 -1
View File
@@ -439,4 +439,21 @@ var/time_last_changed_position = 0
name = "\improper CentComm identification computer"
circuit = /obj/item/weapon/circuitboard/card/centcom
req_access = list(access_cent_commander)
change_position_cooldown = -1
change_position_cooldown = -1
blacklisted = list(
/datum/job/ai,
/datum/job/captain,
/datum/job/hop,
/datum/job/hos,
/datum/job/chief_engineer,
/datum/job/rd,
/datum/job/cmo,
/datum/job/judge,
/datum/job/pilot,
/datum/job/brigdoc,
/datum/job/mechanic,
/datum/job/barber,
/datum/job/ntnavyofficer,
/datum/job/ntspecops,
/datum/job/civilian
) // same as default, except without cyborg, blueshield, NT rep, chaplain