mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 14:15:22 +01:00
62dc3d57dd
* cleanup: Remove all unused accesses. * Whoops, TCOMSAT is used, didn't read script correctly
91 lines
3.3 KiB
Plaintext
91 lines
3.3 KiB
Plaintext
#define ACCESS_SECURITY 1 //! Security equipment.
|
|
#define ACCESS_BRIG 2 //! Brig timers and permabrig.
|
|
#define ACCESS_ARMORY 3
|
|
#define ACCESS_FORENSICS_LOCKERS 4
|
|
#define ACCESS_MEDICAL 5
|
|
#define ACCESS_MORGUE 6
|
|
#define ACCESS_TOX 7
|
|
#define ACCESS_TOX_STORAGE 8
|
|
#define ACCESS_GENETICS 9
|
|
#define ACCESS_ENGINE 10
|
|
#define ACCESS_ENGINE_EQUIP 11
|
|
#define ACCESS_MAINT_TUNNELS 12
|
|
#define ACCESS_EXTERNAL_AIRLOCKS 13
|
|
#define ACCESS_CHANGE_IDS 15
|
|
#define ACCESS_AI_UPLOAD 16
|
|
#define ACCESS_TELEPORTER 17
|
|
#define ACCESS_EVA 18
|
|
#define ACCESS_HEADS 19
|
|
#define ACCESS_CAPTAIN 20
|
|
#define ACCESS_ALL_PERSONAL_LOCKERS 21
|
|
#define ACCESS_CHAPEL_OFFICE 22
|
|
#define ACCESS_TECH_STORAGE 23
|
|
#define ACCESS_ATMOSPHERICS 24
|
|
#define ACCESS_BAR 25
|
|
#define ACCESS_JANITOR 26
|
|
#define ACCESS_CREMATORIUM 27
|
|
#define ACCESS_KITCHEN 28
|
|
#define ACCESS_ROBOTICS 29
|
|
#define ACCESS_RD 30
|
|
#define ACCESS_CARGO 31
|
|
#define ACCESS_CONSTRUCTION 32
|
|
#define ACCESS_CHEMISTRY 33
|
|
#define ACCESS_CARGO_BOT 34
|
|
#define ACCESS_HYDROPONICS 35
|
|
#define ACCESS_LIBRARY 37
|
|
#define ACCESS_INTERNAL_AFFAIRS 38
|
|
#define ACCESS_VIROLOGY 39
|
|
#define ACCESS_CMO 40
|
|
#define ACCESS_QM 41
|
|
#define ACCESS_COURT 42
|
|
#define ACCESS_CLOWN 43
|
|
#define ACCESS_MIME 44
|
|
#define ACCESS_SURGERY 45
|
|
#define ACCESS_THEATRE 46
|
|
#define ACCESS_RESEARCH 47
|
|
#define ACCESS_MINING 48
|
|
#define ACCESS_MAILSORTING 50
|
|
#define ACCESS_HEADS_VAULT 53
|
|
#define ACCESS_MINING_STATION 54
|
|
#define ACCESS_XENOBIOLOGY 55
|
|
#define ACCESS_CE 56
|
|
#define ACCESS_HOP 57
|
|
#define ACCESS_HOS 58
|
|
#define ACCESS_RC_ANNOUNCE 59 //! Request console announcements.
|
|
#define ACCESS_KEYCARD_AUTH 60 //! Used for events which require at least two people to confirm them.
|
|
#define ACCESS_TCOMSAT 61 //! Has access to the entire telecomms satellite / machinery.
|
|
#define ACCESS_EXPEDITION 62
|
|
#define ACCESS_SEC_DOORS 63 //! Security front doors.
|
|
#define ACCESS_PSYCHIATRIST 64
|
|
#define ACCESS_PARAMEDIC 66
|
|
#define ACCESS_BLUESHIELD 67
|
|
#define ACCESS_NTREP 73
|
|
#define ACCESS_MAGISTRATE 74
|
|
#define ACCESS_MINISAT 75
|
|
#define ACCESS_MINERAL_STOREROOM 76
|
|
#define ACCESS_CARGO_BAY 78
|
|
#define ACCESS_SUPPLY_SHUTTLE 79
|
|
|
|
#define ACCESS_WEAPONS 99 //! Weapon authorization for secbots.
|
|
|
|
// MARK: CENTCOM ACCESS
|
|
#define ACCESS_CENT_GENERAL 101 //! Centcomm General facilities.
|
|
#define ACCESS_CENT_LIVING 102 //! Centcomm Living quarters.
|
|
#define ACCESS_CENT_SECURITY 104 //! Centcomm Security.
|
|
#define ACCESS_CENT_SHUTTLES 106 //! Centcomm Shuttle docks.
|
|
#define ACCESS_CENT_SPECOPS 109 //! Centcomm Special Ops.
|
|
#define ACCESS_CENT_SPECOPS_COMMANDER 110 //! Centcomm Special Ops Commander.
|
|
#define ACCESS_CENT_COMMANDER 114 //! Centcomm Commander's Office/ID computer.
|
|
|
|
/// MARK: SYNDICATE ACCESS
|
|
#define ACCESS_SYNDICATE 150 //! General Syndicate Access
|
|
#define ACCESS_SYNDICATE_LEADER 151 //! Nuke Op Leader Access
|
|
#define ACCESS_VOX 152 //! Vox Access
|
|
#define ACCESS_SYNDICATE_COMMAND 153 //! Admin syndi officer
|
|
|
|
/// MARK: MISC ACCESS
|
|
#define ACCESS_TRADE_SOL 160 //! Trade stations
|
|
#define ACCESS_AWAY01 271 //! Access used for moonoutpost19 ruin.
|
|
#define ACCESS_FREE_GOLEMS 300 //! Ghost role: free golems.
|
|
#define ACCESS_THETA_STATION 301 //! Ghost role: Theta station.
|