mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
/* Used by beepsky and ed209 */
|
|
|
|
#define SECBOT_IDLE 0 // idle
|
|
#define SECBOT_HUNT 1 // found target, hunting
|
|
#define SECBOT_PREP_ARREST 2 // at target, preparing to arrest
|
|
#define SECBOT_ARREST 3 // arresting target
|
|
#define SECBOT_START_PATROL 4 // start patrol
|
|
#define SECBOT_PATROL 5 // patrolling
|
|
#define SECBOT_SUMMON 6 // summoned by PDA
|