mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Also allows CC to modify job slots for cyborg, blueshield, NT rep, chaplain
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user