From 0aab632729afd91c6fb56ca5f23e2e8474312a0d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Jan 2021 02:13:52 -0300 Subject: Skull Potion → Death Potion (a strong bottled poison) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/re/item_db.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6206ad1b1..413ad6f96 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1367,8 +1367,8 @@ item_db: ( }, { Id: 568 - AegisName: "SkullPotion" - Name: "Skull Potion" + AegisName: "DeathPotion" + Name: "Death Potion" Type: "IT_HEALING" Buy: 50 Sell: 25 @@ -1377,9 +1377,7 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @type = 1; - @rarity=1; - doevent "rand_sc_heal::OnUse"; + callfunc "die"; "> }, { -- cgit v1.2.3-60-g2f50