From 8c39f8c31d1e7e53bf8128b52e6f3846acba237e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Oct 2021 14:07:21 -0300 Subject: Modify Moubootaur Legends from Index 1 to Index 2. 0 - Vault; 1 - rEvolt; 2 - Moubootaur Legends; 3 - Evolved; 4 - WoA --- npc/002-3/doors.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-3/doors.txt') 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; } -- cgit v1.2.3-60-g2f50