diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b2f6f2f0e..decfd38e2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -963,6 +963,9 @@ item_db: ( @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; + @taste = 3; + @Alcohol = 7; + doevent "alcohol_sc::OnUse"; "> }, { @@ -5931,7 +5934,6 @@ item_db: ( bonus bAspdRate,10; bonus bAddMaxWeight,100; bonus bMaxSPrate,-10; - bonus bLuk,-1; } "> }, @@ -5953,7 +5955,6 @@ item_db: ( bonus bAspdRate,16; bonus bAddMaxWeight,200; bonus bMaxSPrate,-20; - bonus bLuk,-2; } "> }, @@ -5975,7 +5976,6 @@ item_db: ( bonus bAspdRate,23; bonus bAddMaxWeight,300; bonus bMaxSPrate,-30; - bonus bLuk,-3; } "> }, @@ -5997,7 +5997,6 @@ item_db: ( bonus bAspdRate,30; bonus bAddMaxWeight,400; bonus bMaxSPrate,-40; - bonus bLuk,-4; } "> }, |