diff options
Diffstat (limited to 'npc/009-2/librarian.txt')
-rw-r--r-- | npc/009-2/librarian.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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."); |