diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-06 22:06:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-06 22:06:26 -0300 |
commit | d9ec32f1480f44d8cdd0670d53435001e43bd9d0 (patch) | |
tree | 4e363b07b6972e43cd522e2029fb21fb576fadb1 /npc/017-3/chef.txt | |
parent | a41381d4a0bb288a58cd191aa784ead0eb3c6b33 (diff) | |
download | serverdata-d9ec32f1480f44d8cdd0670d53435001e43bd9d0.tar.gz serverdata-d9ec32f1480f44d8cdd0670d53435001e43bd9d0.tar.bz2 serverdata-d9ec32f1480f44d8cdd0670d53435001e43bd9d0.tar.xz serverdata-d9ec32f1480f44d8cdd0670d53435001e43bd9d0.zip |
Fix a typo
Diffstat (limited to 'npc/017-3/chef.txt')
-rw-r--r-- | npc/017-3/chef.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/chef.txt b/npc/017-3/chef.txt index 2d5e9d31a..3191d170a 100644 --- a/npc/017-3/chef.txt +++ b/npc/017-3/chef.txt @@ -26,7 +26,7 @@ L_Start: mesq l("However, I still have hope. Dimond's secret recipe. Ah, but I can't get the ingredients for it..."); next; mesn; - mesq lg("...Actually, you seem like a capable adventurer. If you give me some ingredients I can't get, I'll give you a @@.", getitemlink(ButcherKnife)); + mesq lg("...Actually, you seem like a capable adventurer. If you give me some ingredients I can't get, I'll give you a @@.", "...Actually, you seem like a capable adventurer. If you give me some ingredients I can't get, I'll give you a @@.", getitemlink(ButcherKnife)); mesq l("Are you, perhaps, interested?"); next; if (askyesno() == ASK_YES) { |