diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 21:38:06 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 21:38:06 -0200 |
commit | c85273d3098c0fdd07fc68ebb3dc85c90a350376 (patch) | |
tree | c4793acf88241554cc6dbdc2a9a2fd037c805bde /npc/000-0-0/sailors.txt | |
parent | ca7c929fb3bd13bfd9d0c82d474688e45d0c0f5c (diff) | |
download | serverdata-c85273d3098c0fdd07fc68ebb3dc85c90a350376.tar.gz serverdata-c85273d3098c0fdd07fc68ebb3dc85c90a350376.tar.bz2 serverdata-c85273d3098c0fdd07fc68ebb3dc85c90a350376.tar.xz serverdata-c85273d3098c0fdd07fc68ebb3dc85c90a350376.zip |
Fix Tutorial Reward (skippers get nothing %%e)
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-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"; |