summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/018-5-2/leona.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-5-2/leona.txt b/npc/018-5-2/leona.txt
index fca1eda90..5b8d1f65e 100644
--- a/npc/018-5-2/leona.txt
+++ b/npc/018-5-2/leona.txt
@@ -85,12 +85,12 @@
close;
// leona_exchange ( give, receive )
- // Receive should be item ID. If it is 0, you will get 1.2× the sell price
+ // Receive should be item ID. If it is 0, you will get 1.4× the sell price
function leona_exchange {
.@what=getarg(0);
.@reward=getarg(1);
if (!.@reward)
- .@gp=getiteminfo(.@what, ITEMINFO_SELLPRICE)*12/10;
+ .@gp=getiteminfo(.@what, ITEMINFO_SELLPRICE)*14/10;
mesn;
if (.@reward)
mesq l("For this @@, I offer you a(n) @@.", getitemlink(.@what), getitemlink(.@reward));