summaryrefslogtreecommitdiff
path: root/npc/000-2-1/knife.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-23 20:49:00 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-23 20:49:00 +0400
commite9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1 (patch)
treea8e3dfacf8c739fc89b9160359a9ddd6e12a9b03 /npc/000-2-1/knife.txt
parenteb748d28d96915f152cd2850f3f27ed6924f0e03 (diff)
downloadserverdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.tar.gz
serverdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.tar.bz2
serverdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.tar.xz
serverdata-e9bc8b4a5e8a7426b9a8e607fcceb0a6850f0ed1.zip
Same fix in 2 scripts: unecessary gender specific lines.
Diffstat (limited to 'npc/000-2-1/knife.txt')
-rw-r--r--npc/000-2-1/knife.txt6
1 files changed, 3 insertions, 3 deletions
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;