summaryrefslogtreecommitdiff
path: root/npc/021-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-25 23:16:01 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-25 23:16:01 -0300
commite29fb60ab369bd55c88ee027c299108139e71fb4 (patch)
treed6e3e3883a37e590f2ef195cd459a6bc684d8c3b /npc/021-4
parent3e1c9ce62343de00c5c5bdbed0b196f4fbdb5677 (diff)
downloadserverdata-e29fb60ab369bd55c88ee027c299108139e71fb4.tar.gz
serverdata-e29fb60ab369bd55c88ee027c299108139e71fb4.tar.bz2
serverdata-e29fb60ab369bd55c88ee027c299108139e71fb4.tar.xz
serverdata-e29fb60ab369bd55c88ee027c299108139e71fb4.zip
Each wave make next waves slower to come...
Diffstat (limited to 'npc/021-4')
-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;