summaryrefslogtreecommitdiff
path: root/npc/027-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-0')
-rw-r--r--npc/027-0/enrique.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt
index 52189c6e3..5bef3fe19 100644
--- a/npc/027-0/enrique.txt
+++ b/npc/027-0/enrique.txt
@@ -18,7 +18,8 @@
l("What is the Academy?"),
l("What are Magic Skill Points?"),
l("What are Research Points"),
- l("What is the Scholar Rank?");
+ l("What is the Scholar Rank?"),
+ l("Who are the most famous scholars?");
mes "";
switch (@menu) {
case 1:
@@ -64,6 +65,9 @@
mesn;
mesq l("It is something not yet fully implemented.");
break;
+ case 6:
+ HallOfAcademic();
+ break;
}
} while (@menu != 1);
close;