diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-06 17:50:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-06 17:50:20 -0300 |
commit | 59148250592f648e480ec2d42c442d7a3fa20e31 (patch) | |
tree | 0169b12ef533d75d5c68f5a64acad7660cc2ef6d /npc/014-5-1 | |
parent | 69a12bcf1d5e4bf45bafbef173397e2d84debc8d (diff) | |
download | serverdata-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.txt | 13 |
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; |