mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00: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
10 lines
393 B
Plaintext
10 lines
393 B
Plaintext
/// When a query has been queued up for execution/is being executed
|
|
#define DB_QUERY_STARTED 0
|
|
/// When a query is finished executing
|
|
#define DB_QUERY_FINISHED 1
|
|
/// When there was a problem with the execution of a query.
|
|
#define DB_QUERY_BROKEN 2
|
|
|
|
///The probability of non-maploaded photos and papers being saved as bottle messages at the end of the round.
|
|
#define MESSAGE_BOTTLE_CHANCE 0.2
|