summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index c8525c36..97572495 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4095,6 +4095,13 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
MASK_SPECIAL2: 2048
MASK_SPECIAL3: 4096
+ comment__: "map climate"
+ CLIMATE_NONE: 0
+ CLIMATE_DESERT: 1
+ CLIMATE_WOODLAND: 2
+ CLIMATE_ICELAND: 3
+ CLIMATE_SPECIAL: 4
+
comment__: "Being actions"
ACTION_STAND: 0
ACTION_MOVE: 1