summaryrefslogtreecommitdiff
path: root/npc/017-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-11 18:42:03 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-11 18:42:03 -0300
commit42d6cb43f53236271768d9b4b11fd4ae5a7187c6 (patch)
tree614e077754afa606e9f03b03c2be18e4e72375cb /npc/017-3
parentd904d56a2215f2d565e94da30ba9a0b9442747ff (diff)
downloadserverdata-42d6cb43f53236271768d9b4b11fd4ae5a7187c6.tar.gz
serverdata-42d6cb43f53236271768d9b4b11fd4ae5a7187c6.tar.bz2
serverdata-42d6cb43f53236271768d9b4b11fd4ae5a7187c6.tar.xz
serverdata-42d6cb43f53236271768d9b4b11fd4ae5a7187c6.zip
Quest is now OK. Warn about level 80.
Diffstat (limited to 'npc/017-3')
-rw-r--r--npc/017-3/doctor.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt
index 2e24f6d45..43d97b875 100644
--- a/npc/017-3/doctor.txt
+++ b/npc/017-3/doctor.txt
@@ -216,14 +216,14 @@ L_TimeFlask:
mesn;
mesq l("It'll be too dangerous if you're not at least level %d. But I'm sure you can grind the required level in no time; Don't let your body down! Exercise!", 70);
close;
+ } else if (BaseLevel < 80) {
+ mesn;
+ mesq l("Mhm, you're still weak, I would prefer you to be level %d+ before doing this, but... Whatever, you might even survive.", 80);
+ next;
}
mesn;
mesq l("This %s will do. I mean, it won't be a comfortable trip, but you are in an emergency situation.", getitemlink(TimeFlask));
- /* OVERRIDE */
- mesc l("WARNING: Quest in development."), 1;
next;
- goto L_Tea;
- /* OVERRIDE */
mesn;
mesq l("Listen, I'll use a trick which I learned in, uh, a past life of mine, so if you die, reality resets your being.");
next;