summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 5e6c5c6f4..2b3705e90 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -322,7 +322,8 @@ item_db: (
ViewSprite: 508
UseEffect: "EFFECT_HEAL"
Script: <"
- sc_start SC_POISON, 30000, 0;
+ if (rand(10000) < 1000)
+ sc_start SC_POISON, 7000, 0;
@type = 1;
@rarity=2;
doevent "rand_sc_heal::OnUse";