summaryrefslogtreecommitdiff
path: root/npc/001-2-29
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-2-29
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-2-29')
-rw-r--r--npc/001-2-29/edouard.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-2-29/edouard.txt b/npc/001-2-29/edouard.txt
index 45b14598..d3a73ca9 100644
--- a/npc/001-2-29/edouard.txt
+++ b/npc/001-2-29/edouard.txt
@@ -31,7 +31,7 @@
tellStory;
speech 12,
- l("What would you like me to change?");
+ l("What would you like me to do?");
do
{
@@ -39,7 +39,7 @@
l("I'd like to get a different style."), 1,
l("Can you do something with my color?"), 2,
l("What's your story again?"), 3,
- l("Hmm, I'm fine for now, thank you."), 4;
+ l("I'm fine for now, thank you."), 4;
switch (@menuret)
{
@@ -47,11 +47,13 @@
BarberChangeStyle;
speech 5,
l("Enjoy your new style.");
+ l("Anything else?");
break;
case 2:
BarberChangeColor;
speech 5,
l("I hope you like this color.");
+ l("Anything else?");
break;
case 3:
tellStory;