diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/eugene.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index 2d5478ede..cdc1db4ad 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -131,7 +131,8 @@ L_Sidequest: OnInit: .BaitID = SmallTentacles; .BaitCount = 10; - .SuperPrice = 900; // 600% profit (normal is 500%, but fishing is harder) + // 600% profit (normal is 500%, but fishing is harder) + .SuperPrice = getiteminfo(GrassCarp, ITEMINFO_SELLPRICE)*6; tradertype(NST_MARKET); sellitem SmallFishingNet, -1, 1; |