mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
3591 individual conflicts Update build.js Update install_node.sh Update byond.js oh my fucking god hat slow huh holy shit we all fall down 2 more I missed 2900 individual conflicts 2700 Individual conflicts replaces yarn file with tg version, bumping us down to 2200-ish Down to 2000 individual conflicts 140 down mmm aaaaaaaaaaaaaaaaaaa not yt 575 soon 900 individual conflicts 600 individual conflicts, 121 file conflicts im not okay 160 across 19 files 29 in 4 files 0 conflicts, compiletime fix time some minor incap stuff missed ticks weird dupe definition stuff missed ticks 2 incap fixes undefs and pie fix Radio update and some extra minor stuff returns a single override no more dupe definitions, 175 compiletime errors Unticked file fix sound and emote stuff honk and more radio stuff
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
|