summaryrefslogtreecommitdiff
path: root/npc/020-1/siege.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/siege.txt')
-rw-r--r--npc/020-1/siege.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/020-1/siege.txt b/npc/020-1/siege.txt
index 40dcd1e78..9b56c90b2 100644
--- a/npc/020-1/siege.txt
+++ b/npc/020-1/siege.txt
@@ -99,6 +99,8 @@ L_CleanUp:
end;
OnPetDeath:
+ .@lf=mobcount("020-1", "#NLib_Siege::OnPetDeath");
+ dispbottom l("Mobs remaining: @@", .@lf);
end;
}