summaryrefslogtreecommitdiff
path: root/npc/functions/seasons.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r--npc/functions/seasons.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index c2b25c400..7859eb29c 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -143,6 +143,9 @@ OnAutumnStart:
.@nb = query_sql("SELECT c.name FROM `quest` AS i, `char` AS c WHERE i.quest_id=305 AND i.char_id=c.char_id ORDER BY i.count2 DESC LIMIT 1", .@name$);
$@AUTUMN_VICTOR=.@name$[0];
+ // Fancy trees
+ addmapmask "012-1", MASK_AUTUMN;
+
// Autumn's Drop
addmonsterdrop(Mouboo, Mashmallow, 7);
end;