From b9868f37632f8aa1b7a056dd4784ebf1a09a6890 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Mar 2025 23:34:54 -0300 Subject: Fix hierarchy (CI false positive) --- npc/functions/dungeon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2