diff options
-rw-r--r-- | npc/000-2-1/knife.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/knife.txt b/npc/000-2-1/knife.txt index 9d7a34ab..5be33029 100644 --- a/npc/000-2-1/knife.txt +++ b/npc/000-2-1/knife.txt @@ -13,7 +13,7 @@ set @q, geta(ShipQuests, ShipQuests_Knife); if (@q) close; mesn l("Knifes on the table"); - mes l("There is some knifes on the table, do you want to take one?"); + mes l("There are some knifes on the table, do you want to take one?"); menu l("Yes."), l_Give, l("No."), -; |