summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-08 20:38:21 +0000
committerJesusaves <cpntb1@ymail.com>2020-01-08 20:38:21 +0000
commit03a32d69d1e9caa1d06e6bfbfc1fadd8716ef685 (patch)
treee2b53cc8bb157d858402151badd7c8c36bea598f /db
parent7645bb2991977972bad62973cd8cb03028e77819 (diff)
downloadserverdata-03a32d69d1e9caa1d06e6bfbfc1fadd8716ef685.tar.gz
serverdata-03a32d69d1e9caa1d06e6bfbfc1fadd8716ef685.tar.bz2
serverdata-03a32d69d1e9caa1d06e6bfbfc1fadd8716ef685.tar.xz
serverdata-03a32d69d1e9caa1d06e6bfbfc1fadd8716ef685.zip
Housekeeping patches, they should not have any visible effect ingame (unless something BREAKS, then you'll notice it right away)
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 2c6c4429..1dcca8cb 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3939,6 +3939,12 @@ constants_db: {
RIGHT: 6
DOWNRIGHT: 7
+ comment__: "seasons"
+ WINTER: 0
+ SPRING: 1
+ SUMMER: 2
+ AUTUMN: 3
+
comment__: "speechflags"
S_FIRST_BLANK_LINE: 1
S_LAST_BLANK_LINE: 2