diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5679a38e3..ecafc5684 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1147,6 +1147,8 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" + // Gives you 5 extra minutes of cooldown + @bleedio=max(gettimetick(2), @bleedio)+300; @delay = rand(30,90); @type = 4; @rarity=6; |