From 935d0c2d76854afbef34210843f823d6cdef80a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Oct 2020 13:11:20 -0300 Subject: Remove healing effect from alcoholic drinks --- db/re/item_db.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e20395eb..f3519779 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -713,11 +713,6 @@ item_db: ( Script: <" // 30 minutes sc_start(SC_CONFUSION, 1800000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); - @min = 40; - @max = 90; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; "> }, { @@ -902,11 +897,6 @@ item_db: ( Script: <" // 15 minutes sc_start(SC_CONFUSION, 900000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK); - @min = 60; - @max = 110; - @delay = 8; - @type = 1; - doevent "rand_sc_heal::OnUse"; "> }, { -- cgit v1.2.3-70-g09d2