code/__DEFINES/ARES.dm
ARES_ACCESS_BASIC | Generic access for 1:1 conversations with ARES and unrestricted commands. |
---|---|
ARES_ACCESS_COMMAND | Secure Access, can read ARES Announcements and Bioscans. |
ARES_ACCESS_CORPORATE | CL, can read Apollo Log and also Delete Announcements. |
ARES_ACCESS_SENIOR | Senior Command, can Delete Bioscans. |
ARES_ACCESS_CE | Synth, CE & Commanding Officer, can read the access log. |
ARES_ACCESS_HIGH | High Command, can read the deletion log. |
ARES_ACCESS_DEBUG | Debugging. Allows me to view everything without using a high command rank. |
ARES_LOG_NONE | Not by ARES logged through marine_announcement() |
ARES_LOG_MAIN | Logged with all announcements |
ARES_LOG_SECURITY | Logged in the security updates |
TICKET_PENDING | Ticket statuses, both for Access and Maintenance Pending assignment/rejection |
TICKET_ASSIGNED | Assigned to a WJ |
TICKET_CANCELLED | Cancelled by reporter |
TICKET_REJECTED | Rejected by WJs |
TICKET_COMPLETED | Completed by WJs |
TICKET_GRANTED | Granted Access Ticket |
TICKET_REVOKED | Revoked Access Ticket |
TICKET_RETURNED | Self-Returned Access Ticket |
TICKET_OPEN | Checks for if buttons can be used, these may yet be removed and internalised to the UI programming |
TICKET_PRIORITY | Upgraded to Priority |
TICKET_NON_PRIORITY | Downgraded from Priority |
COOLDOWN_ARES_SENSOR | Cooldowns |
JOE_JOIN_DEAD_TIME | Time until someone can respawn as Working Joe |
Define Details
ARES_ACCESS_BASIC
Generic access for 1:1 conversations with ARES and unrestricted commands.
ARES_ACCESS_CE
Synth, CE & Commanding Officer, can read the access log.
ARES_ACCESS_COMMAND
Secure Access, can read ARES Announcements and Bioscans.
ARES_ACCESS_CORPORATE
CL, can read Apollo Log and also Delete Announcements.
ARES_ACCESS_DEBUG
Debugging. Allows me to view everything without using a high command rank.
ARES_ACCESS_HIGH
High Command, can read the deletion log.
ARES_ACCESS_SENIOR
Senior Command, can Delete Bioscans.
ARES_LOG_MAIN
Logged with all announcements
ARES_LOG_NONE
Not by ARES logged through marine_announcement()
ARES_LOG_SECURITY
Logged in the security updates
COOLDOWN_ARES_SENSOR
Cooldowns
JOE_JOIN_DEAD_TIME
Time until someone can respawn as Working Joe
TICKET_ASSIGNED
Assigned to a WJ
TICKET_CANCELLED
Cancelled by reporter
TICKET_COMPLETED
Completed by WJs
TICKET_GRANTED
Granted Access Ticket
TICKET_NON_PRIORITY
Downgraded from Priority
TICKET_OPEN
Checks for if buttons can be used, these may yet be removed and internalised to the UI programming
TICKET_PENDING
Ticket statuses, both for Access and Maintenance Pending assignment/rejection
TICKET_PRIORITY
Upgraded to Priority
TICKET_REJECTED
Rejected by WJs
TICKET_RETURNED
Self-Returned Access Ticket
TICKET_REVOKED
Revoked Access Ticket