From a5c91a1318dbda623a4db8e46df0c50d6a264ef3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Feb 2020 09:49:27 -0300 Subject: Double-check, otherwise, it will error --- npc/009-2/librarian.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 8b0c137c1..f6cb611bf 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -35,7 +35,8 @@ L_Advance: // You got magic, so, why waiting so long. Chop half hour. // Should be plenty to instantly finish. if (MAGIC_LVL && !@halinskip) { - setq2 General_Narrator, .@nt-1800; + .@nt-=1800; + setq2 General_Narrator, .@nt; @halinskip=true; } -- cgit v1.2.3-60-g2f50