From c3714e86846b35c9325308b6a750a48bd1c9ccc0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Mar 2019 11:22:43 -0300 Subject: Polishing --- npc/018-5-2/leona.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'npc/018-5-2/leona.txt') diff --git a/npc/018-5-2/leona.txt b/npc/018-5-2/leona.txt index ffb866ae1..425168190 100644 --- a/npc/018-5-2/leona.txt +++ b/npc/018-5-2/leona.txt @@ -52,6 +52,12 @@ // TODO: Check if item is OK switch (.@id) { + // Specific Exchange + /* + case Backsword: + leona_exchange(.@id, ShortSword); + break; + */ // Generic Exchange case LeatherShirt: @@ -64,6 +70,7 @@ case CaveSnakeSkin: case BlackMambaSkin: leona_exchange(.@id, 0); + break; default: mesn; mesq l("I have no interest on this item."); @@ -102,5 +109,7 @@ } return; } - +OnInit: + .distance=5; + end; } -- cgit v1.2.3-60-g2f50