diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f3aacf0c3..b20e20f07 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -766,7 +766,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @taste = 8; + @taste = 12; @Alcohol = 16; doevent "alcohol_sc::OnUse"; "> @@ -941,7 +941,7 @@ item_db: ( @type = 1; @rarity=4; doevent "rand_sc_heal::OnUse"; - @taste = 3; + @taste = 5; @Alcohol = 7; doevent "alcohol_sc::OnUse"; "> |