summaryrefslogtreecommitdiff
path: root/npc/004-2/bug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-2/bug.txt')
-rw-r--r--npc/004-2/bug.txt27
1 files changed, 5 insertions, 22 deletions
diff --git a/npc/004-2/bug.txt b/npc/004-2/bug.txt
index a7d0a16e9..4c100bf87 100644
--- a/npc/004-2/bug.txt
+++ b/npc/004-2/bug.txt
@@ -4,9 +4,11 @@
// Description:
// Error Handler
-004-2,54,63,0 script Sign#ErrorHandler0041 NPC_SWORDS_SIGN,{
- mesc l("WARNING: Desert Canyon locked down due major bugs"), 1;
- mesc l("Please use the alternative route provided by the Alliance High Council"), 1;
+004-2,64,63,0 script Sign#HalinRoute NPC_SWORDS_SIGN,{
+ mesc "← "+l("Tulimshar");
+ mesc "→ "+l("Canyon - Safe Route");
+ mesc "↓ "+l("Canyon - Dangerous Route");
+ close;
close;
OnInit:
@@ -15,22 +17,3 @@ OnInit:
end;
}
-
-004-2,84,77,0 script Sign#ErrorHandler0042 NPC_SWORDS_SIGN,{
- mesc l("WARNING: This path has been locked down due to major bugs"), 1;
- mesc l("You may be trapped forever inside the desert maze beyond help"), 1;
- mesc l("shall you decide to disregard this warning."), 1;
- mes "";
- mesc l("Do not attempt to use the normal route without a %s with you.", getitemlink(TimeFlask)), 1;
- next;
- mesc l("Use the normal route?");
- if (askyesno() == ASK_YES)
- warp "004-2-1", 26, 87;
- closeclientdialog;
- close;
-
-OnInit:
- .sex = G_OTHER;
- .distance = 2;
- end;
-}