mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-27 18:12:00 +00:00
Merge branch 'master' of https://github.com/Bubberstation/Bubberstation into fix-thing-stat-panel
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
for(var/access_as_text in managers)
|
||||
var/list/info = managers[access_as_text]
|
||||
var/access = access_as_text
|
||||
// BUBBER EDIT START - No weird captain bypass
|
||||
if(access == ACCESS_CAPTAIN)
|
||||
continue
|
||||
// BUBBER EDIT END
|
||||
if((access in auth_card.access) && ((target_dept in info["regions"]) || !target_dept))
|
||||
region_access |= info["regions"]
|
||||
job_templates |= info["templates"]
|
||||
|
||||
Reference in New Issue
Block a user