summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-08 17:25:41 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-08 17:25:41 -0200
commit498e20cad1dccb15ec1d8bf60910804af8a65b96 (patch)
tree396da261749d99e0e362736bb4696aa5c746ec28 /npc/functions
parentee03a82fce3c73a2b482eebc03d10bc8f373ca1d (diff)
downloadserverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.tar.gz
serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.tar.bz2
serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.tar.xz
serverdata-498e20cad1dccb15ec1d8bf60910804af8a65b96.zip
Some structure, still need to add the map, the NPCs, and the chocolate boc
6 bars = 1 box, maybe. And on map you probably can farm the boxes, too. You can send with a Love Letter for better effect. Love Letter can be read.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/seasons.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/seasons.txt b/npc/functions/seasons.txt
index 924093623..e60a97d82 100644
--- a/npc/functions/seasons.txt
+++ b/npc/functions/seasons.txt
@@ -110,7 +110,6 @@ function script sChristmas {
// Valentine Day is handled by @event, this is only for @reloadmobdb
function script sValentine {
// Add Valentine drops
- addmonsterdrop(ChocolateSlime, Rose, 80);
addmonsterdrop(ChocolateSlime, LoveLetter, 8);
return;
}