diff options
Diffstat (limited to 'npc/018-5-2/leona.txt')
-rw-r--r-- | npc/018-5-2/leona.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/018-5-2/leona.txt b/npc/018-5-2/leona.txt index 425168190..fca1eda90 100644 --- a/npc/018-5-2/leona.txt +++ b/npc/018-5-2/leona.txt @@ -68,9 +68,11 @@ case SnakeSkin: case MountainSnakeSkin: case CaveSnakeSkin: - case BlackMambaSkin: leona_exchange(.@id, 0); break; + case BlackMambaSkin: + leona_exchange(.@id, FluoPowder); + break; default: mesn; mesq l("I have no interest on this item."); |