summaryrefslogtreecommitdiff
path: root/npc/012-1/guards.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r--npc/012-1/guards.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 507396f51..13fc66fca 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -668,12 +668,15 @@ OnTimer300000:
siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS);
end;
-OnTimer60000:
+// At minute 3, 6 and 8, difficulty raises
OnTimer180000:
-OnTimer240000:
OnTimer360000:
-OnTimer420000:
OnTimer480000:
+ $@SIEGE_HURNS+=1;
+// Other minutes are not affected
+OnTimer60000:
+OnTimer240000:
+OnTimer420000:
siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS);
end;