summaryrefslogtreecommitdiff
path: root/npc/008-1-1/koga.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1/koga.txt')
-rw-r--r--npc/008-1-1/koga.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
index f32e953c..e0a7c2b8 100644
--- a/npc/008-1-1/koga.txt
+++ b/npc/008-1-1/koga.txt
@@ -9,8 +9,15 @@
speech
l("So, finally, we are here."),
l("Do you want to go back to Artis? You really should be afraid of the Legion there, now that you have been here in Woodland. They somehow smell the odor of the Brotherhood.");
- l("Better you stay here for a while. Come back when you are stronger.");
-
+ next;
+ mesc l("Return to Artis?");
+ if (askyesno() == ASK_YES)
+ {
+ closeclientdialog;
+ setmount 0;
+ warp "001-1", 199, 91;
+ dispbottom l("After a tiring, yet fast, travel by Koga, you arrive at @@.", l("Artis"));
+ }
close;
OnInit: