summaryrefslogtreecommitdiff
path: root/npc/014-5-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-06 17:50:20 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-06 17:50:20 -0300
commit59148250592f648e480ec2d42c442d7a3fa20e31 (patch)
tree0169b12ef533d75d5c68f5a64acad7660cc2ef6d /npc/014-5-1
parent69a12bcf1d5e4bf45bafbef173397e2d84debc8d (diff)
downloadserverdata-59148250592f648e480ec2d42c442d7a3fa20e31.tar.gz
serverdata-59148250592f648e480ec2d42c442d7a3fa20e31.tar.bz2
serverdata-59148250592f648e480ec2d42c442d7a3fa20e31.tar.xz
serverdata-59148250592f648e480ec2d42c442d7a3fa20e31.zip
Fixes and details
Diffstat (limited to 'npc/014-5-1')
-rw-r--r--npc/014-5-1/sagratha.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index 7c565dfa9..c06615f2f 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -96,6 +96,7 @@ function script SaggyMobCount {
l("I would like some Mouboo Milk."),
l("Can you teach me magic? Pretty please?"),
l("Can I help you with something?"),
+ l("What can you tell me about the Moubootaur?"),
l("Good bye.");
mes "";
switch (@menu) {
@@ -172,6 +173,18 @@ function script SaggyMobCount {
else
requireHelp();
break;
+ // XXX: Moubootaur
+ case 5:
+ mesn;
+ mesq l("It's a scary legend of old. It's truth, but I don't know how much it is.");
+ next;
+ mesn;
+ mesq l("Anyway, the Moubootaur certainly existed, and probably is still alive.");
+ next;
+ mesn;
+ mesq l("How powerful they were or are, their cruelty, their judgment against the Terranite Civilization and the other bloody details of the legend... I cannot confirm them to you.");
+ next;
+ break;
default:
closeclientdialog;
goodbye;