diff options
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 8b587cb24..69af6b7a9 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -256,7 +256,6 @@ L_Skip: equip(CreasedShorts); L_Ready: - #TUTORIAL_DONE=true; //clearitem(); // The dummy does not drop anything :> if (!##VAULT) resetlvl(2); @@ -270,6 +269,7 @@ L_Ready: savepoint "000-1", 22, 22; TUT_VAR=gettimetick(2); do { mesc l("You must choose a trait now, or the opportunity will be forfeit."), 1; } while (!ChooseTrait()); + #TUTORIAL_DONE=true; closedialog; close; |