diff options
Diffstat (limited to 'npc/014-5-1/sagratha.txt')
-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; |