diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index c79c147e9..b61d65afd 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -604,7 +604,8 @@ OnRespawn: // Begin Siege OnMKSiege: siege_setup("014-3"); - siege_setup("012-1", "WARNING! WARNING! Siege starting at Hurnscald!!"); + siege_setup("012-1"); + kamibroadcast(col("WARNING! WARNING! Siege starting at Hurnscald!!",1)); $@SIEGE_HURNS=rand(1,10); siege_cast("014-3", .name$, 0, TP_HURNS); initnpctimer; |