diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 2d6e9517a..43643123d 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -32,7 +32,7 @@ function script sChristmas { else .@m=5; } else { - .@m=2; + .@m=3; } // Drop rates, multiplied by 10 during Christmas (see .@m) addmonsterdrop(Yeti, ClosedChristmasBox, 350*.@m); @@ -46,7 +46,7 @@ function script sChristmas { addmonsterdrop(Fluffy, ClosedChristmasBox, 20*.@m); addmonsterdrop(RudolphSlime,ClosedChristmasBox, 8*.@m); addmonsterdrop(WhiteSlime, ClosedChristmasBox, 3*.@m); - addmonsterdrop(GiantMaggot, ClosedChristmasBox, 1*.@m); + addmonsterdrop(GiantMaggot, ClosedChristmasBox, 2*.@m); // Should not last over two weeks addmonsterdrop(WaterFairy, XmasGift, 54); |