diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/magic.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |