summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/mob_db.conf1
-rw-r--r--npc/functions/seasons.txt5
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 6bdb1dddb..90f2a97da 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -9159,7 +9159,6 @@ mob_db: (
AttackMotion: 472
DamageMotion: 180
Drops: {
- LoveLetter: 10000
AtroposMixture: 200
SilverMirror: 40
MysteriousBottle: 30
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;
}