diff options
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-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; |