diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-4/main.txt | 2 |
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; |