diff options
Diffstat (limited to 'world/map/npc/033-1/yerrnk.txt')
-rw-r--r-- | world/map/npc/033-1/yerrnk.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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; |