diff options
-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 310835fb4..3d15319fc 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -202,6 +202,7 @@ L_Step5: mesn "Elmo"; mesq l("You're ready. Let's head back to the ship before the sun sets, shall we?"); next; + getitem PiouLegs, 3; // Tutorial Reward goto L_Ready; L_Skip: @@ -217,7 +218,6 @@ L_Ready: restorecam; setq General_Narrator, 0; adddefaultskills; - getitem PiouLegs, 1; // Tutorial Reward percentheal 100,100; addtimer(45000,"Magic Arpan::OnSlow"); LOCATION$ = "Candor"; |