summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index a5be50f8b..161b6ee39 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4284,6 +4284,15 @@ constants_db: {
MK_SIEGE_NIVAL: 4
MK_SIEGE_HALIN: 5
+ comment__: "Report Bug Flags"
+ RB_NONE: 0
+ RB_DISPBOTTOM: 1
+ RB_DEBUGMES: 2
+ RB_SPEECH: 4
+ RB_ISFATAL: 8
+ RB_PLEASEREPORT: 16
+ RB_DEFAULT: 19 // dispbottom + debugmes + pleasereport
+
comment__: "Being actions"
ACTION_STAND: 0
ACTION_MOVE: 1