From d904d56a2215f2d565e94da30ba9a0b9442747ff Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 May 2022 18:40:42 -0300 Subject: Bump the minimum level to 70, as the reward is level 82 --- npc/017-3/doctor.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt index c35277edb..2e24f6d45 100644 --- a/npc/017-3/doctor.txt +++ b/npc/017-3/doctor.txt @@ -212,9 +212,9 @@ L_TimeFlask: mesq l("You better find a way to travel back in time soon!"); close; } - if (BaseLevel < 60) { + if (BaseLevel < 70) { 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!", 60); + 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; } mesn; -- cgit v1.2.3-70-g09d2