summaryrefslogtreecommitdiff
path: root/npc/functions/mkbot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mkbot.txt')
-rw-r--r--npc/functions/mkbot.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt
index 2a585b6aa..415334875 100644
--- a/npc/functions/mkbot.txt
+++ b/npc/functions/mkbot.txt
@@ -165,8 +165,8 @@ OnTimer90000:
if ($@MK_AGGRO >= ($GAME_STORYLINE == 2 ? 300 : 900) && .users >= 3 && rand2(0,100) < 70 &&
is_between(1, 4, $GAME_STORYLINE) && $@MK_THROTTLE < gettimetick(2)){
// Delta handles the compulsory wait time between waves.
- // 6 hours normally, 24 hours if the army is in disarray.
- .@delta=6;
+ // 7 hours normally, 24 hours if the army is in disarray.
+ .@delta=7;
$@SIEGE_ABORTED = false;
if ($GAME_STORYLINE >= 3)
.@delta=24;