summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index ce8a3d2ac..cdbb7a161 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2281,7 +2281,7 @@ item_db: (
{
Id: 615
AegisName: "HerbalTea"
- Name: "Herbal Tea"
+ Name: "Nightshade Tea"
Type: "IT_USABLE"
Buy: 1240
Sell: 480
@@ -2291,7 +2291,8 @@ item_db: (
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 30000, 60;
- sc_start SC_POISON, 40000, 0;
+ if (rand(10000) < 6000)
+ sc_start callfunc("any", SC_POISON, SC_SILENCE, SC_POISON, SC_CONFUSE, SC_POISON, SC_BLIND, SC_POISON), rand(20000, 40000), 0;
itemheal 0, rand(10,200);
">
},