From 9ed3fc1f95fe28741686280b1ae7da3b9f9ca403 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 21:56:42 -0300 Subject: Rewrite weather code for its greatest challenge: Kaflosh --- db/constants.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 97572495..c9e500ee 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4082,15 +4082,15 @@ more than one separator can be used in a row (so 12_3___456 is illegal). comment__: "map masks" MASK_NONE: 1 - MASK_MATTACK: 2 - MASK_EVILSANCTUM: 4 + MASK_UNUSED1: 2 + MASK_UNUSED2: 4 MASK_NIGHT: 8 MASK_RAIN: 16 MASK_SANDSTORM: 32 MASK_SNOW: 64 MASK_CHRISTMAS: 128 - MASK_AUTUMN: 256 - MASK_UNUSED: 512 + MASK_UNUSED3: 256 + MASK_UNUSED4: 512 MASK_SPECIAL: 1024 // Usually a warning sign MASK_SPECIAL2: 2048 MASK_SPECIAL3: 4096 -- cgit v1.2.3-70-g09d2