mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Updates access.dm
Add: NTRep Access
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
#define ACCESS_CAPTAIN "captain"
|
||||
/// Access used for the Head of Personnel's personal quarters in mapping, as well as the security console and other HoP-related things.
|
||||
#define ACCESS_HOP "hop"
|
||||
//ACCESS FOR THE NTRep's personal quarters in mapping.
|
||||
#define ACCESS_REPRESENTATIVE "representative"
|
||||
//BUBBER EDIT END: Add NTRep Access
|
||||
|
||||
|
||||
/// Security's General Access. In mapping, grants access to spaces such as to the "meeting room" or firing range, as well as being the general access that Tablet/Computer Programs check for "heads". Also unlocks other types of security equipment.
|
||||
#define ACCESS_SECURITY "security"
|
||||
@@ -353,7 +357,8 @@
|
||||
ACCESS_HOP, \
|
||||
ACCESS_QM, \
|
||||
ACCESS_RD, \
|
||||
) // SKYRAT EDIT - Added ACCESS_CE and ACCESS_CMO to PRIVATE_COMMAND_ACCESS
|
||||
ACCESS_REPRESENTATIVE, \
|
||||
) // SKYRAT EDIT - Added ACCESS_CE and ACCESS_CMO to PRIVATE_COMMAND_ACCESS //BUBBER EDIT: Added ACCESS_REPRESENTATIVE to PRIVATE_COMMAND_ACCESS
|
||||
|
||||
/// Captains private rooms. Do not use direct, access via SSid_access.get_flag_access_list(ACCESS_FLAG_CAPTAIN)
|
||||
#define CAPTAIN_ACCESS list( \
|
||||
|
||||
Reference in New Issue
Block a user