summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/021-4/main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt
index b863997af..0abd03ef4 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -177,7 +177,7 @@ OnTimer2500:
goto L_CleanUp;
}
.wtime+=5;
- if (.wtime >= rand(90,120)+(.lifetime*rand(3,4))) {
+ if (.wtime >= rand(90,120)+(.lifetime*rand(11,12))) {
.wtime=0;
.lifetime+=1;
.@pl = getmapusers("021-4")+1;