From aa1c7840d41771ab4d95bd397b0e8dcb5b945e13 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Jul 2021 22:42:50 -0300 Subject: Remove item manipulation from Doomsday, except for Mana Potion. --- npc/functions/magic.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/magic.txt b/npc/functions/magic.txt index e0962a15..b4f9afab 100644 --- a/npc/functions/magic.txt +++ b/npc/functions/magic.txt @@ -2,6 +2,9 @@ function script MagicGainBasic { MAGIC_FLAGS = MAGIC_FLAGS | MFLAG_DRANK_POTION; + // Doomsday Act 5 utils + if (getmapname() == "099-5") + addtimer 10, "Zax De'Kagen#0::OnAdjustPotion"; return; } -- cgit v1.2.3-70-g09d2