summaryrefslogtreecommitdiff
path: root/npc/005-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-4')
-rw-r--r--npc/005-4/tolchi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt
index 39ef66ab1..a9345b66c 100644
--- a/npc/005-4/tolchi.txt
+++ b/npc/005-4/tolchi.txt
@@ -145,7 +145,7 @@
function tolchi_arrows {
// Price: 120~200, with 25 GP discount per task done (max. 3 tasks atm)
- .@price=min(120, 200-(@q*25));
+ .@price=max(120, 200-(@q*25));
mesn;
mesq l("Well, I can sell you a random box with almost 100 @@ for just @@ GP.", getitemlink(TolchiArrow), .@price);
next;