mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 18:03:13 +00:00
* Remove code/__DEFINES/misc.dm * agagagagagaga Co-authored-by: Tim <timothymtorres@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
15 lines
494 B
Plaintext
15 lines
494 B
Plaintext
/// The time an admin has to cancel a cross-sector message
|
|
#define CROSS_SECTOR_CANCEL_TIME (10 SECONDS)
|
|
|
|
/* SKYRAT EDIT REMOVAL
|
|
//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 END
|