From 0b846bddfa59054284ddd595e2f9aaca1dfa4066 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 23:19:38 -0300 Subject: This should make Mana Stone error message more useful, and game smoother. --- npc/009-2/librarian.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/009-2/librarian.txt') diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 72389d9b2..19e43642e 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -25,7 +25,7 @@ L_Advance: if (!.@nt || .@n == 6) goto L_Prologue; - // If you wait 7 - instead of 3 - hours, you are abusing. + // If you wait 7 - instead of 2 - hours, you are abusing. // So now, you must wait an extra hour. if (.@nt > santime()+(60*60*7)) { setq2 General_Narrator, santime()+(60*60); @@ -58,8 +58,9 @@ L_Prologue: mesq l("Ah... I see. You are a lost soul, without parents, lost on the world with only some basic stuff."); next; mesn; - mesq l("Alright, I'll look in the archives. I'll have an answer for you in three hours. Meanwhile, why don't you suppress the bandits on the cliff?"); - setq General_Narrator, 7, santime()+(60*60*3); + mesq l("Alright, I'll look in the archives. I'll have an answer for you in two hours. Meanwhile, why don't you suppress the bandits on the cliff?"); + // Please wait 2 hours + setq General_Narrator, 7, santime()+(60*60*2); next; mesn; mesq l("Also, Halinarzo is famous for the depleted mana mines in the town. You probably won't find a mana stone there, but it might be cool to look."); -- cgit v1.2.3-60-g2f50