From c85273d3098c0fdd07fc68ebb3dc85c90a350376 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jan 2019 21:38:06 -0200 Subject: Fix Tutorial Reward (skippers get nothing %%e) --- npc/000-0-0/sailors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') 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"; -- cgit v1.2.3-60-g2f50