byond - Modules - TypesDefine Details

code/__DEFINES/ARES.dm

ARES_ACCESS_BASICGeneric access for 1:1 conversations with ARES and unrestricted commands.
ARES_ACCESS_COMMANDSecure Access, can read ARES Announcements and Bioscans.
ARES_ACCESS_CORPORATECL, can read Apollo Log and also Delete Announcements.
ARES_ACCESS_SENIORSenior Command, can Delete Bioscans.
ARES_ACCESS_CESynth, CE & Commanding Officer, can read the access log.
ARES_ACCESS_HIGHHigh Command, can read the deletion log.
ARES_ACCESS_DEBUGDebugging. Allows me to view everything without using a high command rank.
ARES_LOG_NONENot by ARES logged through marine_announcement()
ARES_LOG_MAINLogged with all announcements
ARES_LOG_SECURITYLogged in the security updates
TICKET_PENDINGTicket statuses, both for Access and Maintenance Pending assignment/rejection
TICKET_ASSIGNEDAssigned to a WJ
TICKET_CANCELLEDCancelled by reporter
TICKET_REJECTEDRejected by WJs
TICKET_COMPLETEDCompleted by WJs
TICKET_GRANTEDGranted Access Ticket
TICKET_REVOKEDRevoked Access Ticket
TICKET_RETURNEDSelf-Returned Access Ticket
TICKET_OPENChecks for if buttons can be used, these may yet be removed and internalised to the UI programming
TICKET_PRIORITYUpgraded to Priority
TICKET_NON_PRIORITYDowngraded from Priority
COOLDOWN_ARES_SENSORCooldowns
JOE_JOIN_DEAD_TIMETime 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