summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-08 00:02:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-08 00:02:05 -0300
commita171635b4d8791c55d6b224b2a4914d1d218d54c (patch)
tree06261d8ddb2eac5ff29e507544dd18457263d6f8
parentec99d2b3b41046ae0ddb7de1db6ac9702d13ffbd (diff)
downloadserverdata-a171635b4d8791c55d6b224b2a4914d1d218d54c.tar.gz
serverdata-a171635b4d8791c55d6b224b2a4914d1d218d54c.tar.bz2
serverdata-a171635b4d8791c55d6b224b2a4914d1d218d54c.tar.xz
serverdata-a171635b4d8791c55d6b224b2a4914d1d218d54c.zip
Seadrops - sanitize (wut, this is not headache)
-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";