diff options
Diffstat (limited to 'npc/functions/seasons.txt')
-rw-r--r-- | npc/functions/seasons.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt index cbed27770..8ae930001 100644 --- a/npc/functions/seasons.txt +++ b/npc/functions/seasons.txt @@ -110,8 +110,8 @@ function script sChristmas { // Valentine Day is handled by @event, this is only for @reloadmobdb function script sValentine { // Add Valentine drops - addmonsterdrop(ChocolateSlime, LoveLetter, 8); - addmonsterdrop(RedMushroom, LoveLetter, 4); + addmonsterdrop(RedMushroom, LoveLetter, 8); + addmonsterdrop(ChocolateSlime, LoveLetter, 4); return; } |