summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/027-0/enrique.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/027-0/enrique.txt b/npc/027-0/enrique.txt
index d41f74f26..8b92b1b4c 100644
--- a/npc/027-0/enrique.txt
+++ b/npc/027-0/enrique.txt
@@ -21,8 +21,8 @@
l("What are Research Points"),
l("What is the Scholar Rank?"),
l("Who are the most famous scholars?"),
- rif(!ACADEMIC_RANK, l("I would like to enroll!"));
- // TODO: Give TMW2_STUDY for MSP. Need X skills learnt or 1M GP.
+ rif(!ACADEMIC_RANK, l("I would like to enroll!")),
+ rif(getskilllv(TMW2_STUDY) < ACADEMIC_RANK, l("I would like to learn a new skill!"));
mes "";
switch (@menu) {
case 1:
@@ -90,6 +90,11 @@
mesn;
mesq l("Abuse can be determined by your peers or by the grandmasters, so be careful.");
break;
+ case 8:
+ // TODO: Give TMW2_STUDY for MSP. Need X skills learnt or 1M GP.
+ mesn;
+ mesq l("Soon enough, young %s. The study skill is almost finished... Muahaha!", strcharinfo(0));
+ break;
}
} while (@menu != 1);
close;