diff options
Diffstat (limited to 'npc/029-0/mobs.txt')
-rw-r--r-- | npc/029-0/mobs.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt index 3dce22d29..20d69e376 100644 --- a/npc/029-0/mobs.txt +++ b/npc/029-0/mobs.txt @@ -227,6 +227,8 @@ function SFreset { $FIRESOFSTEAM_CD=gettimetick(2)+10800; return 2; } else { + mapannounce(.@m$, "Map cleared!", 0); + sleep(rand2(15000, 30000)); return 1; } } else if (.@m % 25 == 0) { |