mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 21:16:39 +01:00
Fixes CentCom IDs.
This commit is contained in:
@@ -37,8 +37,7 @@
|
||||
return 1
|
||||
|
||||
get_access()
|
||||
var/access = get_all_station_access()
|
||||
access += list("VIP Guest","Custodian","Thunderdome Overseer","Intel Officer","Medical Officer","Death Commando","Research Officer")
|
||||
var/access = get_all_access()
|
||||
return access
|
||||
|
||||
/datum/job/centcom_visitor //For Pleasure
|
||||
@@ -80,8 +79,7 @@
|
||||
return 1
|
||||
|
||||
get_access()
|
||||
var/access = get_all_station_access()
|
||||
access += list("VIP Guest","Custodian","Thunderdome Overseer","Intel Officer","Medical Officer","Death Commando","Research Officer")
|
||||
var/access = get_all_access()
|
||||
return access
|
||||
|
||||
/datum/job/clown
|
||||
|
||||
@@ -252,7 +252,7 @@
|
||||
registered_name = "Central Command"
|
||||
assignment = "General"
|
||||
New()
|
||||
access = get_all_centcom_access()
|
||||
access = get_all_accesses()
|
||||
..()
|
||||
|
||||
/obj/item/weapon/card/id/centcom/ERT
|
||||
|
||||
@@ -244,4 +244,5 @@
|
||||
assignment = "CC Medical"
|
||||
|
||||
New()
|
||||
..()
|
||||
update_name()
|
||||
|
||||
Reference in New Issue
Block a user