mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 02:52:30 +00:00
* Checks Filters For Cross-Station Messages * merge conflict Co-authored-by: san7890 <the@san7890.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
20 lines
742 B
Plaintext
20 lines
742 B
Plaintext
/// The time an admin has to cancel a cross-sector message
|
|
#define CROSS_SECTOR_CANCEL_TIME (10 SECONDS)
|
|
|
|
/// The extended time an admin has to cancel a cross-sector message if they pass the filter, for instance
|
|
#define EXTENDED_CROSS_SECTOR_CANCEL_TIME (30 SECONDS)
|
|
|
|
// SKYRAT EDIT REMOVAL BEGIN - modularized into code/__DEFINES/~skyrat_defines/security_alerts.dm
|
|
/*
|
|
//Security levels affect the escape shuttle timer
|
|
/// Security level is green. (no threats)
|
|
#define SEC_LEVEL_GREEN 0
|
|
/// Security level is blue. (caution advised)
|
|
#define SEC_LEVEL_BLUE 1
|
|
/// Security level is red. (hostile threats)
|
|
#define SEC_LEVEL_RED 2
|
|
/// Security level is delta. (station destruction immiment)
|
|
#define SEC_LEVEL_DELTA 3
|
|
*/
|
|
//SKYRAT EDIT REMOVAL END
|