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.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index 48a5de4f5..980fcaafd 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -113,8 +113,9 @@ function script sChristmas {
// Valentine Day is handled by @event, this is only for @reloadmobdb
function script sValentine {
// Add Valentine drops
- addmonsterdrop(RedMushroom, LoveLetter, 8);
- addmonsterdrop(ChocolateSlime, LoveLetter, 4);
+ addmonsterdrop(WhirlyBird, LoveLetter, 10000);
+ addmonsterdrop(RedMushroom, LoveLetter, 8);
+ addmonsterdrop(ChocolateSlime, LoveLetter, 4);
return;
}