summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/006-2-5/dusk.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/006-2-5/dusk.txt b/npc/006-2-5/dusk.txt
index 4456937b8..9e523ca02 100644
--- a/npc/006-2-5/dusk.txt
+++ b/npc/006-2-5/dusk.txt
@@ -17,11 +17,11 @@
.@r = rand2(3);
if (.@r == 0)
{
- npctalk3 l("Don't think you'll sneak anything by me. I'm watching you.");
+ npctalk3 l("Don't think you'll sneak anything by me. I'm watching you...");
}
else if (.@r == 1)
{
- npctalk3 l("I don't tolerate a piou who is afraid of hard work... or a %s.", get_race());
+ npctalk3 l("I don't tolerate a piou, or %s, who is afraid of hard work.", get_race());
}
else
{
@@ -51,7 +51,6 @@ function duskHello {
duskAboutWar();
break;
case 3:
- // fallthrough
break;
}
return;