diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:49:00 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-23 20:49:00 +0400 |
commit | e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1 (patch) | |
tree | a8e3dfacf8c739fc89b9160359a9ddd6e12a9b03 /npc | |
parent | eb748d28d96915f152cd2850f3f27ed6924f0e03 (diff) | |
download | clientdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.tar.gz clientdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.tar.bz2 clientdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.tar.xz clientdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.zip |
Same fix in 2 scripts: unecessary gender specific lines.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 6 | ||||
-rw-r--r-- | npc/000-2-1/knife.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index b4664bf2..81d52382 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -108,11 +108,11 @@ OnClothNotTaken: OnEquip: mesn "Narrator"; - mes col(lg("If you would like 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("If you would like to open your inventory use the F3 key or use your mouse to select it in the above menu in your client."), 9); next; - mes col(lg("Once you're inside of your inventory, you may equip the item by selecting it and clicking 'Equip'. Alternately, you can unequip an item by clicking on 'unequip'."), 9); + mes col(l("Once you're inside of your inventory, you may equip the item by selecting it and clicking 'Equip'. Alternately, you can unequip an item by clicking on 'unequip'."), 9); next; - mes col(lg("Certain items perform different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9); + mes col(l("Certain items perform different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9); close; diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index ed233d39..8f570042 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -30,11 +30,11 @@ l_Give: mes ""; mesn "Narrator"; - mes col(lg("If you would like 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("If you would like to open your inventory use the F3 key or use your mouse to select it in the above menu in your client."), 9); next; - mes col(lg("Once you're inside of your inventory, you may equip the item by selecting it and clicking 'Equip'. Alternately, you can unequip an item by clicking on 'unequip'."), 9); + mes col(l("Once you're inside of your inventory, you may equip the item by selecting it and clicking 'Equip'. Alternately, you can unequip an item by clicking on 'unequip'."), 9); next; - mes col(lg("Items have different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9); + mes col(l("Items have different effects. Some will heal you, some you may use as weapons or armor, and some can be sold for gold."), 9); close; |