summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/lieutenantdausen.txt1
-rw-r--r--npc/012-1/guards.txt12
2 files changed, 12 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 3856e6829..390e79492 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -117,6 +117,7 @@
L_MKControl:
mesn;
mes l("Oh noes! You've found the Tulimshar control panel!");
+ next;
select
l("Abort"),
l("Initiate a siege");
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index b61d65afd..507396f51 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -154,6 +154,15 @@ L_Admus:
L_MKControl:
mesn;
mes l("Oh noes! You've found the Hurnscald control panel!");
+ next;
+ select
+ l("Abort"),
+ l("Initiate a siege");
+ mes "";
+ if (@menu == 2) {
+ doevent "#HurnscaldSiege::OnStartSiege";
+ closedialog;
+ }
close;
// Hurnscald Liberation Day Core Logic
@@ -603,10 +612,11 @@ OnRespawn:
// Begin Siege
OnMKSiege:
+ $@SIEGE_HURNS=rand(1,10);
+OnStartSiege:
siege_setup("014-3");
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;
end;