diff options
-rw-r--r-- | npc/functions/dungeon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 0dbe759f7..b9d372d3a 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -294,7 +294,7 @@ OnLeech: // You are in a LEECHMAP$ so you lose HP and leech it to mobs if (@leechio <= gettimetick(2) && Class != Tritan) { percentheal -3, 0; - grenade(14, -500, false); // Won't recover HP for bosses + callfunc("grenade", 14, -500, false); // Won't recover HP for bosses } else if (rand2(3)) { // 67% chances of you still losing some HP percentheal -1, 0; |