summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-20 13:10:35 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-20 13:10:35 -0300
commit227a6943c4a77ac59d281bf9131b7eb63f6891a3 (patch)
tree1f66a71631f2408727ce55054e2dd3c858986216 /db
parent03cbbf5e2ba23f9714baf42df157c0001599fb85 (diff)
downloadserverdata-227a6943c4a77ac59d281bf9131b7eb63f6891a3.tar.gz
serverdata-227a6943c4a77ac59d281bf9131b7eb63f6891a3.tar.bz2
serverdata-227a6943c4a77ac59d281bf9131b7eb63f6891a3.tar.xz
serverdata-227a6943c4a77ac59d281bf9131b7eb63f6891a3.zip
Add new Winter drop: Small Chocolate Bar
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index b37fd2b93..b9f63ab23 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2278,7 +2278,11 @@ item_db: (
Delay: 1000
UseEffect: "EFFECT_HEAL"
Script: <"
- callfunc("ItHeal", 2, 70, 150);
+ if ($@SEASON == WINTER) {
+ callfunc("ItHeal", 2, 700, 1500);
+ } else {
+ callfunc("ItHeal", 2, 70, 150);
+ }
">
},
{