From 9d170c2c8269f69c424d1266130e83152314a0b9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Jan 2019 21:59:09 -0200 Subject: Bad function at Tolchi --- npc/005-4/tolchi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/005-4') 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; -- cgit v1.2.3-70-g09d2