summaryrefslogtreecommitdiff
path: root/npc/commands/event.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r--npc/commands/event.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt
index a41af175f..b8df7eb7d 100644
--- a/npc/commands/event.txt
+++ b/npc/commands/event.txt
@@ -16,7 +16,7 @@ function script DelItemFromEveryPlayer {
// Christmas cannot be on GEM because it affects seasons system
function script sChristmas {
- // Add drops?
+ // Add Christmas drops
addmonsterdrop(Moggun, XmasCake, 800);
addmonsterdrop(AlphaMouboo, XmasCake, 920);
addmonsterdrop(BlueSlime, XmasCake, 1000);
@@ -35,8 +35,9 @@ function script sChristmas {
addmonsterdrop(WaterFairy, GingerBreadMan, 1000);
- // Change maps?
+ // Change maps for Christmas Season (Specially LoF maps)
addmapmask "009-1", MASK_CHRISTMAS;
+ addmapmask "012-1", MASK_CHRISTMAS;
addmapmask "017-2", MASK_CHRISTMAS;
addmapmask "017-2-1", MASK_CHRISTMAS;
addmapmask "017-3", MASK_CHRISTMAS;