summaryrefslogtreecommitdiff
path: root/npc/031-2/angelaHouse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-2/angelaHouse.txt')
-rw-r--r--npc/031-2/angelaHouse.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/031-2/angelaHouse.txt b/npc/031-2/angelaHouse.txt
index 695e0e77..c60c48a4 100644
--- a/npc/031-2/angelaHouse.txt
+++ b/npc/031-2/angelaHouse.txt
@@ -88,7 +88,7 @@ L_close:
close;
L_Hello:
- if (getvaultid() && get_nibble(##03_TMWQUEST, 0) <= 3) goto L_VaultQuest;
+ if (getvaultid() && get_nibble(##01_TMWQUEST, 0) <= 3) goto L_VaultQuest;
closeclientdialog;
close;
@@ -108,15 +108,15 @@ L_VaultQuest:
next;
select
l("I'll be back later."),
- rif(get_nibble(##03_TMWQUEST, 0) == 0, l("Sure, I'll ask them.")),
- rif(get_nibble(##03_TMWQUEST, 0) == 3, l("[Tell her the truth]")),
- rif(get_nibble(##03_TMWQUEST, 0) == 3, l("[Make up an excuse]"));
+ rif(get_nibble(##01_TMWQUEST, 0) == 0, l("Sure, I'll ask them.")),
+ rif(get_nibble(##01_TMWQUEST, 0) == 3, l("[Tell her the truth]")),
+ rif(get_nibble(##01_TMWQUEST, 0) == 3, l("[Make up an excuse]"));
mes "";
switch (@menu) {
case 2:
mesn;
mesq l("Wonderful! Please be careful out there.");
- set_nibble(##03_TMWQUEST, 0, 1);
+ set_nibble(##01_TMWQUEST, 0, 1);
break;
case 3:
mesc l("%s faints.", strnpcinfo(1));
@@ -128,7 +128,7 @@ L_VaultQuest:
next;
mesn;
mesq l("I'm afraid I don't have anything of value to reward you with, but some %s which my husband was saving for a quest or other. You can have them. Cindy is more important than a quest.", getitemlink(TreasureKey));
- set_nibble(##03_TMWQUEST, 0, 4);
+ set_nibble(##01_TMWQUEST, 0, 4);
getitem TreasureKey, rand2(15, 25);
break;
}