summaryrefslogtreecommitdiff
path: root/npc/017-1/flowerpentagram1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/flowerpentagram1.txt')
-rw-r--r--npc/017-1/flowerpentagram1.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/017-1/flowerpentagram1.txt b/npc/017-1/flowerpentagram1.txt
index 8d2d7118..c16c20c1 100644
--- a/npc/017-1/flowerpentagram1.txt
+++ b/npc/017-1/flowerpentagram1.txt
@@ -24,8 +24,7 @@ L_Next:
L_Place:
set @localMonsterCount,
mobcount("017-1", "#FlowerPentagram1::OnSquirrelDeath") +
- mobcount("017-1", "#FlowerPentagram1::OnScorpionDeath") +
- 2; // the mobcount function has an offset of -1, so we add 2 to have the actual amount of monsters
+ mobcount("017-1", "#FlowerPentagram1::OnScorpionDeath");
if (@localMonsterCount > 2)
goto L_MonstersAlive;