summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 2eb6e969d..6839210cd 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3847,6 +3847,17 @@ constants_db: {
SUMMER: 2
AUTUMN: 3
+ comment__: "map masks"
+ MASK_NONE: 1
+ MASK_MATTACK: 2
+ MASK_EVILSANCTUM: 4
+ MASK_NIGHT: 8
+ MASK_RAIN: 16
+ MASK_SANDSTORM: 32
+ MASK_SNOW: 64
+ MASK_RESERVED1: 128
+ MASK_RESERVED2: 256
+
comment__: "speechflags"
S_FIRST_BLANK_LINE: 1
S_LAST_BLANK_LINE: 2