From 9a21e79c6eb238906de8dcf811f2ac5353163630 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 01:38:09 -0200 Subject: [skip ci] minor bugfixes from playtesting --- npc/functions/seasons.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions') 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; } -- cgit v1.2.3-60-g2f50