Fixes Command Noticeboard Access (#21383)

## About PR
Fixes the faulty access (req_access > req_one_access) of the command
noticeboard in the central ring. Currently only the Captain can open it,
which is not intended. Apologies for the inconvenience.
This commit is contained in:
KingOfThePing
2025-09-22 16:54:43 +00:00
committed by GitHub
parent d79f16c5df
commit c0f9536f94
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
desc = "A board for command to pin actually important information on. As if. Can be locked and unlocked with an appropiate ID."
icon = 'icons/obj/stationobjs.dmi'
icon_state = "comboard0"
req_access = list(ACCESS_CAPTAIN, ACCESS_CMO, ACCESS_HOS, ACCESS_QM, ACCESS_HOS, ACCESS_CE)
req_one_access = list(ACCESS_CAPTAIN, ACCESS_CMO, ACCESS_HOS, ACCESS_QM, ACCESS_HOS, ACCESS_CE)
base_icon = "comboard"
notice_limit = 6
var/open