From 42d6cb43f53236271768d9b4b11fd4ae5a7187c6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 May 2022 18:42:03 -0300 Subject: Quest is now OK. Warn about level 80. --- npc/017-3/doctor.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/017-3') 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; -- cgit v1.2.3-60-g2f50