From d055f5ee2e8aba6023fad078340770ef051a8d2e Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 22 Dec 2011 12:49:20 +0100 Subject: some cleanup on barbarian NPCs --- world/map/npc/033-1/yerrnk.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'world/map/npc/033-1/yerrnk.txt') diff --git a/world/map/npc/033-1/yerrnk.txt b/world/map/npc/033-1/yerrnk.txt index f166d1f5..e9c79593 100644 --- a/world/map/npc/033-1/yerrnk.txt +++ b/world/map/npc/033-1/yerrnk.txt @@ -152,15 +152,13 @@ L_Hunt_Yeti: L_Yeti_Success: mes "[Yerrnk]"; mes "\"" + strcharinfo(0) + "! You made it!"; - mes "You proved that you're one of the most skilled warriors of our tribe.\""; - next; - mes "TODO: add reward here, maybe leather pants?"; + mes "You proved that you're one of the most skilled warriors of our tribe. Please have this.\""; + getitem "LeatherTrousers", 1; set @state, 9; callsub S_Update_Mask; goto L_Close; L_Done: -// TODO: maybe add background informations about barbarian village here mes "Yerrnk smiles at you."; mes "[Yerrnk]"; mes "\"Welcome back, great warrior.\""; @@ -170,7 +168,9 @@ L_Done: goto L_Close; L_Close: - // TODO: set all temporary variables to zero + set @Q_Barbarians_MASK, 0; + set @Q_Barbarians_SHIFT, 0; + set @state, 0; set @yeti_level, 0; close; -- cgit v1.2.3-60-g2f50