summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-15 20:14:55 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-15 20:14:55 -0300
commit87839a2a2a69fa728e04f5642a331779973df29f (patch)
tree05197f23faa12e58ef5ec19fea654f8c17bec1ed /npc/012-1
parent5ece678c82c7fc66984805ac736cdac6674068a6 (diff)
downloadserverdata-87839a2a2a69fa728e04f5642a331779973df29f.tar.gz
serverdata-87839a2a2a69fa728e04f5642a331779973df29f.tar.bz2
serverdata-87839a2a2a69fa728e04f5642a331779973df29f.tar.xz
serverdata-87839a2a2a69fa728e04f5642a331779973df29f.zip
Keep Siege timers running to prevent siege cancellation from having adverse effect.
Increase max AFK time.
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 9a469a2cc..b1bb17ee0 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -638,6 +638,7 @@ OnInit:
// Begin Siege
OnMKSiege:
+ $@SIEGE_ABORTED = false;
OnStartSiege:
kamibroadcast(col("WARNING! WARNING! Monster Army is moving towards Hurnscald!!",1));
do_siege("012-1", "014-3", "HURNS", TP_HURNS, .name$, .siegetime);