Fixes CentCom IDs.

This commit is contained in:
Arokha Sieyes
2016-06-01 23:06:10 -04:00
parent b42c799e2c
commit 42107cda37
3 changed files with 4 additions and 5 deletions
+2 -4
View File
@@ -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
+1 -1
View File
@@ -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()