summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-5-2/leona.txt11
1 files changed, 10 insertions, 1 deletions
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;
}