From e29fb60ab369bd55c88ee027c299108139e71fb4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Oct 2018 23:16:01 -0300 Subject: Each wave make next waves slower to come... --- npc/021-4/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/021-4') 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; -- cgit v1.2.3-70-g09d2