diff options
-rw-r--r-- | npc/017-3/doctor.txt | 8 |
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; |