summaryrefslogtreecommitdiff
path: root/npc/021-4/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-4/main.txt')
-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 eb146ca5a..8709b3e8c 100644
--- a/npc/021-4/main.txt
+++ b/npc/021-4/main.txt
@@ -178,7 +178,7 @@ OnTimer2500:
goto L_CleanUp;
}
.wtime+=5;
- if (.wtime >= rand(60,90)) {
+ if (.wtime >= rand(60,90)+(.lifetime*rand(3,4))) {
.wtime=0;
.lifetime+=1;
.@pl = getmapusers("021-4")+1;