summaryrefslogtreecommitdiff
path: root/npc/013-2/wizard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/013-2/wizard.txt')
-rw-r--r--npc/013-2/wizard.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/013-2/wizard.txt b/npc/013-2/wizard.txt
index 5bef35a4..88d7626c 100644
--- a/npc/013-2/wizard.txt
+++ b/npc/013-2/wizard.txt
@@ -24,7 +24,7 @@ L_Start:
menu
"Thanks, that's very kind of you!", L_Thanks,
"Can you teach me magic?", L_TeachRude,
- rif(get_nibble(##03_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
+ rif(get_nibble(##01_TMWQUEST, 0), l("Actually, have you ever heard of Yeti's kidnapping little girls?")), L_VaultQuest,
"Oh, shut up!", L_ShutUp;
L_TeachRude:
@@ -138,7 +138,7 @@ L_Agree:
goto L_close;
L_VaultQuest:
- .@q = get_nibble(##03_TMWQUEST, 0);
+ .@q = get_nibble(##01_TMWQUEST, 0);
mes "";
mesc l("%s raises an eyebrow at you.", strnpcinfo(1));
if (.@q == 1) {
@@ -177,7 +177,7 @@ L_VaultQuest:
mesn;
mesq l("Oh yes, there are worlds like this one where you can find even Yetis involved in politics. Really impressing.");
next;
- set_nibble(##03_TMWQUEST, 0, 2);
+ set_nibble(##01_TMWQUEST, 0, 2);
.@q = 2;
}
if (.@q == 2) {