summaryrefslogtreecommitdiff
path: root/npc/001-1/eugene.txt
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-17 20:29:33 +0200
committerGitLab <gitlab@gitlab.com>2016-07-19 16:41:58 +0000
commit5a4bb28f745e8d0a8e11cf8be6e3b1d76c772c4a (patch)
tree65c14de68d1af78540d8647970a2c1751e314d0d /npc/001-1/eugene.txt
parent2ded73e06db71670718ebad2ed0f09dade7f5f3c (diff)
downloadserverdata-5a4bb28f745e8d0a8e11cf8be6e3b1d76c772c4a.tar.gz
serverdata-5a4bb28f745e8d0a8e11cf8be6e3b1d76c772c4a.tar.bz2
serverdata-5a4bb28f745e8d0a8e11cf8be6e3b1d76c772c4a.tar.xz
serverdata-5a4bb28f745e8d0a8e11cf8be6e3b1d76c772c4a.zip
Continued fixing typos and rewording sentences, after reading the translations.
Diffstat (limited to 'npc/001-1/eugene.txt')
-rw-r--r--npc/001-1/eugene.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt
index 219a2aad..6780ed89 100644
--- a/npc/001-1/eugene.txt
+++ b/npc/001-1/eugene.txt
@@ -32,7 +32,7 @@
lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID));
switch (select(l("I'll be back in no time."),
- l("Sorry, doing other things at the moment.")))
+ l("Sorry, I'm doing other things at the moment.")))
{
case 1:
setq ArtisQuests_Fishman, 1;
@@ -49,7 +49,7 @@ L_CheckItems:
if (countitem(.BaitID) < .BaitCount)
{
speech
- l("Sorry, but you don't have what I need for bait."),
+ l("Sorry, but you don't have what I need."),
l("I need @@ @@.", .BaitCount, getitemlink(.BaitID));
close;
}
@@ -60,7 +60,7 @@ L_CheckItems:
l("It's not as good as my new one, but still useful."),
l("Just look out at that water! There's plenty more fish there."),
l("With my old fishing rod you can catch something every day."),
- l("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
+ lg("You might even get lucky, and get a @@.", getitemlink(GrassCarp)),
l("Have a good time fishing!");
delitem .BaitID, .BaitCount;