diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/guards.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 080ea00c6..c79c147e9 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -646,10 +646,6 @@ OnTimer15000: disablenpc "Rakinorf, Mayor"; end; -OnTimer60000: - siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS); - end; - OnTimer120000: siege_boss("012-1", $@SIEGE_HURNS); siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS); @@ -661,6 +657,7 @@ OnTimer300000: siege_cast("012-1", .name$, $@SIEGE_HURNS, TP_HURNS); end; +OnTimer60000: OnTimer180000: OnTimer240000: OnTimer360000: |