summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2')
-rw-r--r--npc/009-2/librarian.txt3
1 files changed, 2 insertions, 1 deletions
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;
}