mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Merge pull request #5728 from Heroman3003/idfix
Fixes editing CD access breaking CD access list
This commit is contained in:
@@ -31,7 +31,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
|
||||
H.implant_loyalty(src)
|
||||
*/
|
||||
/datum/job/captain/get_access()
|
||||
return get_all_station_access()
|
||||
return get_all_station_access().Copy()
|
||||
|
||||
/datum/job/hop
|
||||
title = "Head of Personnel"
|
||||
|
||||
@@ -37,8 +37,7 @@
|
||||
return 1
|
||||
|
||||
get_access()
|
||||
var/access = get_all_accesses()
|
||||
return access
|
||||
return get_all_accesses().Copy()
|
||||
|
||||
/*/datum/job/centcom_visitor //For Pleasure // You mean for admin abuse... -Ace
|
||||
title = "CentCom Visitor"
|
||||
|
||||
Reference in New Issue
Block a user