From cf07c8e9fe05d176c7b3dfbf66000958b37e76d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Oct 2021 17:04:56 -0300 Subject: Increase Leona's payoff from 120% to 140%. It is totally worth selling to her. --- npc/018-5-2/leona.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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)); -- cgit v1.2.3-70-g09d2