summaryrefslogtreecommitdiff
path: root/npc/soren
diff options
context:
space:
mode:
Diffstat (limited to 'npc/soren')
-rw-r--r--npc/soren/main.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt
index 9517a60c2..922c2d890 100644
--- a/npc/soren/main.txt
+++ b/npc/soren/main.txt
@@ -161,12 +161,14 @@ OnTimer31000:
// Core function
areamonster .map$, .@lx, .@ly, .@ux, .@uy, strmobinfo(1, .@monsterId), .@monsterId, .@amount; makeitem(.@itemId, 1, .map$, rand(.@lx, .@ux), rand(.@ly, .@uy)); ++.st;
+ specialeffect(54);
// If we're done with waves
if (.st >= 7) {
.lifetime=gettimetick(2)+300+rand(0, 60);
npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2));
stopnpctimer; .st=0;
+ specialeffect(27);
}
end;