diff options
author | Alige <aligetmw@hotmail.fr> | 2013-02-13 21:43:58 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-02-13 21:43:58 +0400 |
commit | 4137e4ce6b09aa732840cf9f33aea500698580d5 (patch) | |
tree | 5f948c51bc45813669aa0a702e5eae0f59443a43 /npc/000-2-1 | |
parent | 0866ae3a279038be804bed0450c6acef74084147 (diff) | |
download | serverdata-4137e4ce6b09aa732840cf9f33aea500698580d5.tar.gz serverdata-4137e4ce6b09aa732840cf9f33aea500698580d5.tar.bz2 serverdata-4137e4ce6b09aa732840cf9f33aea500698580d5.tar.xz serverdata-4137e4ce6b09aa732840cf9f33aea500698580d5.zip |
Fixed a word in arpan's script.
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index bea64ed0..2542deef 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -115,7 +115,7 @@ OnClothNotTaken: OnEquip: mesn "Narrator"; mes col(l("To open your inventory, use the F3 key or use your mouse to select it in the above menu in your client."), 9); - mes col(l("When your inventory is open, you can equip an item by selecting it and clicking 'Equip'. You can do the same to unequip an item by clicking on 'Unequip'."), 9); + mes col(l("When your inventory is open, you can equip an item by selecting it and clicking 'Equip'. You can do the same to remove an item by clicking on 'Unequip'."), 9); mes col(l("Items have different effects. Some will heal you, some can be used as weapons or armor, and some can be sold for gold."), 9); close; |