diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index f51d8913e..f3f133287 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3880,6 +3880,8 @@ constants_db: { MASK_SNOW: 64 MASK_CHRISTMAS: 128 MASK_AUTUMN: 256 + MASK_UNUSED: 512 + MASK_SPECIAL: 1024 comment__: "speechflags" S_FIRST_BLANK_LINE: 1 |