summaryrefslogtreecommitdiff
path: root/npc/029-0/warps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-0/warps.txt')
-rw-r--r--npc/029-0/warps.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/029-0/warps.txt b/npc/029-0/warps.txt
index deda3f8ae..714560b98 100644
--- a/npc/029-0/warps.txt
+++ b/npc/029-0/warps.txt
@@ -9,8 +9,10 @@
// FiresOfSteam_Warp(ID)
function script FiresOfSteam_Warp {
- if ($FIRESOFSTEAM < getarg(0))
+ if ($FIRESOFSTEAM < getarg(0)) {
+ dispbottom l("Monsters remaining: %s", fnum(mobcount(getmap(), "all")));
end;
+ }
if ($FIRESOFSTEAM > getarg(0))
return true;
if ($FIRESOFSTEAM_CD > gettimetick(2)) {