summaryrefslogtreecommitdiff
path: root/npc/002-3/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/doors.txt')
-rw-r--r--npc/002-3/doors.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt
index c79e2611d..e762b11c9 100644
--- a/npc/002-3/doors.txt
+++ b/npc/002-3/doors.txt
@@ -18,7 +18,7 @@ OnTouch:
restorecam;
close;
}
- if (getvaultid() && !(##01_MLQUEST & MLP_ML_NARD)) {
+ if (getvaultid() && !(##02_MLQUEST & MLP_ML_NARD)) {
mesc l("Alright. A new world. What mysteries await for me behind that wooden door?");
next;
mesc l("Visiting a new world is always exciting. Actually, the opportunity of taking a new life in a new universe isn't that bad either.");
@@ -27,7 +27,7 @@ OnTouch:
next;
mesc l("Anyway... Let's see how this world works!");
next;
- ##01_MLQUEST = ##01_MLQUEST | MLP_ML_NARD;
+ ##02_MLQUEST = ##02_MLQUEST | MLP_ML_NARD;
closeclientdialog;
}