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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 5593510d0..28fc43f6f 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -292,6 +292,7 @@ OnGuardDeath:
end;
OnMKSiege:
+ $@SIEGE_ABORTED = false;
OnStartSiege:
kamibroadcast(col("WARNING! WARNING! Monster Army moving towards Tulimshar!!",1));
do_siege("003-1", "004-1", "TULIM", TP_TULIM, .name$, .siegetime);
@@ -378,7 +379,7 @@ OnTimer5000:
// Monster army have withdrawn completly
case MK_SIEGE_DURATION:
.siegetime=0;
- announce(("Tulimshar siege is over!"), bc_all);
+ announce(("Tulimshar siege is over!"), bc_all);
enablenpc "Ched";
enablenpc "Aahna";
enablenpc "Constable Perry";