Files
fulpstation/code/__DEFINES/database.dm
2024-11-13 14:48:48 +00:00

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