summaryrefslogtreecommitdiff
path: root/npc/001-2-22/knife.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-22/knife.txt')
-rw-r--r--npc/001-2-22/knife.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-22/knife.txt b/npc/001-2-22/knife.txt
index be3bde60..25d03b88 100644
--- a/npc/001-2-22/knife.txt
+++ b/npc/001-2-22/knife.txt
@@ -15,7 +15,7 @@
if (.@q) close;
mesn "Narrator";
- mes col(l("There are some knives on the table. Would you like to take one?"), 9);
+ mesc(l("There are some knives on the table. Would you like to take one?"), 9);
next;
menu
@@ -33,11 +33,11 @@ L_Give:
getitem Knife, 1;
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);
+ mesc(l("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(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);
+ mesc(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);
next;
- 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);
+ mesc(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;