From 6a454665079605d231dd72f722eba648c0e01bbc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 19:53:33 -0300 Subject: Fix casts to mobcount() functions --- npc/018-1/flowerpentagram3.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/018-1') diff --git a/npc/018-1/flowerpentagram3.txt b/npc/018-1/flowerpentagram3.txt index a24dd0cb..4e5232b4 100644 --- a/npc/018-1/flowerpentagram3.txt +++ b/npc/018-1/flowerpentagram3.txt @@ -28,8 +28,7 @@ L_Place: mobcount("018-1", "#FlowerPentagram3::OnBlueparDeath") + mobcount("018-1", "#FlowerPentagram3::OnScorpionDeath") + mobcount("018-1", "#FlowerPentagram3::OnRScorpionDeath") + - mobcount("018-1", "#FlowerPentagram3::OnAScorpionDeath") + - 6; // the mobcount function has an offset of -1, so we add 6 to have the actual amount of monsters + mobcount("018-1", "#FlowerPentagram3::OnAScorpionDeath"); if (@localMonsterCount > 4) goto L_MonstersAlive; -- cgit v1.2.3-60-g2f50