diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-14 21:27:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-14 21:27:36 -0300 |
commit | d020132b81010a397d61f6e1f01503c32c64bd62 (patch) | |
tree | dab3b41033cafc0081d252d383cffac0641910cf /npc/000-0-0 | |
parent | c239c66a329835baeb9658a515affd821b6738d9 (diff) | |
download | serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.gz serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.bz2 serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.xz serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.zip |
Minor optimizations for the MLP final version
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 629d58ec3..d6dd4400d 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -258,7 +258,8 @@ L_Skip: L_Ready: #TUTORIAL_DONE=true; //clearitem(); // The dummy does not drop anything :> - resetlvl(2); + if (!##VAULT) + resetlvl(2); restorecam; setq General_Narrator, 0; adddefaultskills; |