summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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);
+ }
">
},
{