diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 62c9c9628..3856e6829 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -131,7 +131,8 @@ OnMKSiege: $@SIEGE_TULIM=rand(1,10); OnStartSiege: siege_setup("004-1"); - siege_setup("003-1", "WARNING! WARNING! Siege starting at Tulimshar!!"); + siege_setup("003-1"); + kamibroadcast(col("WARNING! WARNING! Siege starting at Tulimshar!!",1)); siege_cast("014-3", .name$, 0, TP_TULIM); initnpctimer; end; |