mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
- Production access checks now use the `allowed` proc before attempting normal ID checks. - Each successful return case now uses a unique DEFINE to allow future control over access types. - Topic checks use a separate function - Feedback messages have been moved out of the access check procs
7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
// Returns used by production machinery
|
|
// Based on access type that passed the check
|
|
#define PROTOLOCK_ACCESS_NORMAL 1
|
|
#define PROTOLOCK_ACCESS_LOWPOP 2
|
|
#define PROTOLOCK_ACCESS_CAPTAIN 3
|
|
#define PROTOLOCK_ACCESS_MINERAL 4
|