diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-07-26 22:22:39 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-07-26 22:22:39 +0200 |
commit | 6f098c8fcc50ae34980a464f9cb22772ea12ed72 (patch) | |
tree | 2283271f914d475dc364f5fc16d6b9f0eebe4b1f | |
parent | 86d6ba4b3e347f719ebdb4aeaab2fbe5fc009308 (diff) | |
download | serverdata-attachitem_cost_constant.tar.gz serverdata-attachitem_cost_constant.tar.bz2 serverdata-attachitem_cost_constant.tar.xz serverdata-attachitem_cost_constant.zip |
use simpler english/more common wordsattachitem_cost_constant
-rw-r--r-- | npc/functions/bank.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt index f473115c0..f59c1b748 100644 --- a/npc/functions/bank.txt +++ b/npc/functions/bank.txt @@ -472,7 +472,7 @@ function script MerchantQuest { case 3: // Most can be bought or found in Candor, Tulimshar, Nivalis or LoF .@item=any(YellowDye, Knife, InfantryHelmet, LeatherGloves, SilkRobe, CroconutBox, FishBox, Coal, IronIngot, Aquada, Ruby, Diamond, Beer, ShortSword, LeatherShirt, ShortBow, ArrowAmmoBox, LOFCoin, TrainingWand, DesertHat, LousyMoccasins); - mesc l("The merchant guild requires %s! Acquire it and deliver to the nearest merchant guild member!", getitemlink(.@item)); + mesc l("The merchant guild requires %s! Obtain one and deliver it to the nearest merchant guild member!", getitemlink(.@item)); next; mesc l("Accept request?"); if (askyesno() == ASK_YES) { |