diff options
-rw-r--r-- | npc/015-2/contrabandist.txt | 2 | ||||
-rw-r--r-- | npc/015-3/hermit.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index bc0ffca9f..6db8ab0ba 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -26,7 +26,7 @@ close; stopselling(ThornArrow); } function Contraband_Load { - .DDMPrice=min(30000,50000-($ARKIM_ST/2)+(4500/2)); + .DDMPrice=max(30000,50000-($ARKIM_ST/2)+(4500/2)); if ($ARKIM_ST > 4500) sellitem DarkDesertMushroom, .DDMPrice, 1; diff --git a/npc/015-3/hermit.txt b/npc/015-3/hermit.txt index 912185fbc..0f3a84ecd 100644 --- a/npc/015-3/hermit.txt +++ b/npc/015-3/hermit.txt @@ -119,7 +119,7 @@ L_Research: mesq l("Ah! @@. A very rare drop!", getitemlink(DarkDesertMushrooom)); next; mesn; - mesq l("You can find it in the bandit market for just 50,000 GP."); + mesq l("You can find it in the bandit market, but it is EXPENSIVE."); break; } |