summaryrefslogtreecommitdiff
path: root/npc/003-1/lieutenantdausen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1/lieutenantdausen.txt')
-rw-r--r--npc/003-1/lieutenantdausen.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 390e79492..edb800e39 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -238,12 +238,15 @@ OnTimer300000:
siege_cast("003-1", .name$, $@SIEGE_TULIM, TP_TULIM);
end;
-OnTimer60000:
+// At minute 3, 6 and 8, difficulty raises
OnTimer180000:
-OnTimer240000:
OnTimer360000:
-OnTimer420000:
OnTimer480000:
+ $@SIEGE_TULIM+=1;
+// Other minutes are not affected
+OnTimer60000:
+OnTimer240000:
+OnTimer420000:
siege_cast("003-1", .name$, $@SIEGE_TULIM, TP_TULIM);
end;