summaryrefslogtreecommitdiff
path: root/npc/000-2-1/knife.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-06 11:16:24 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-06 11:16:24 +0400
commit7c2dac640bbf6feb3003057b8b51100879fc21cc (patch)
tree8fd97f53dcd46943597c6754da57e6937a5a7307 /npc/000-2-1/knife.txt
parentdfa4a8d5b99ccd7a76a01c241c0aa8c4ac848d09 (diff)
downloadserverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.tar.gz
serverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.tar.bz2
serverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.tar.xz
serverdata-7c2dac640bbf6feb3003057b8b51100879fc21cc.zip
Major language fix in scripts.
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 d39350d1..4372b969 100644
--- a/npc/000-2-1/knife.txt
+++ b/npc/000-2-1/knife.txt
@@ -15,7 +15,7 @@
if (@q) close;
mesn "Narrator";
- mes col(l("There are some knifes on the table, do you want to take one?"), 9);
+ mes col(l("There are some knifes on the table. Would you like to take one?"), 9);
next;
menu
@@ -32,9 +32,9 @@ l_Give:
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);
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 selecting 'unequip' to remove it."), 9);
+ 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);
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(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);
close;