diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 10:37:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 10:37:22 -0300 |
commit | c8f2f67e15e471037d115b26cdba88e6bee3c217 (patch) | |
tree | 8780b554af59316297c21d08d97fe9bb087f61c9 /npc/027-0 | |
parent | 1280cfdadb38c0b286fabf47aaa97587d29b126f (diff) | |
download | serverdata-c8f2f67e15e471037d115b26cdba88e6bee3c217.tar.gz serverdata-c8f2f67e15e471037d115b26cdba88e6bee3c217.tar.bz2 serverdata-c8f2f67e15e471037d115b26cdba88e6bee3c217.tar.xz serverdata-c8f2f67e15e471037d115b26cdba88e6bee3c217.zip |
Hall of Academics
Diffstat (limited to 'npc/027-0')
-rw-r--r-- | npc/027-0/enrique.txt | 6 |
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; |