summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 0b979705..c8525c36 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4080,6 +4080,21 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
CELLS_NOPLAYER : 5
CELLS_NOMONSTER : 6
+ 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_CHRISTMAS: 128
+ MASK_AUTUMN: 256
+ MASK_UNUSED: 512
+ MASK_SPECIAL: 1024 // Usually a warning sign
+ MASK_SPECIAL2: 2048
+ MASK_SPECIAL3: 4096
+
comment__: "Being actions"
ACTION_STAND: 0
ACTION_MOVE: 1