summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf20
1 files changed, 18 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf
index e3661a82..5d0e317e 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -2870,6 +2870,12 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
/* ==================================================== */
/** evol constants **/
+ comment__: "API codes"
+ API_DISCORD: 301
+ API_PINCODE: 302
+ API_SENDMAIL: 501
+ API_FLUSHVAULT: 607
+
comment__: "outdated constants. must be removed"
// >>>
equip_head: 1
@@ -3291,8 +3297,18 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
comment__: "Misc settings"
CHEST_WAITTIME: 900 // 15 minutes
ROSSY_INSTIME: 1200 // 20 minutes
- VEGAN: 1
- CARNIVOROUS: 2
+ WORLD_ID: 2 // Vault WID Identifier
+
+ comment__: "Report Bug Flags"
+ RB_NONE: 0
+ RB_DISPBOTTOM: 1
+ RB_DEBUGMES: 2
+ RB_SPEECH: 4
+ RB_ISFATAL: 8
+ RB_PLEASEREPORT: 16
+ RB_IRCBROADCAST: 32
+ RB_GLOBALANNOUNCE: 64
+ RB_DEFAULT: 19 // dispbottom + debugmes + pleasereport
comment__: "Location Constants"
TP_NONE: 0