From 9ef5e52d30bc8185b71bc751669193b1a54b5251 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 12 Feb 2020 22:00:07 -0300 Subject: [skip ci] Correct way to do so --- npc/functions/seasons.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/functions/seasons.txt') 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; } -- cgit v1.2.3-60-g2f50