summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbby Hulka <abby.hulka@gmail.com>2023-03-04 21:21:19 +0000
committerAbby Hulka <abby.hulka@gmail.com>2023-03-04 21:21:19 +0000
commitd876f804dd9b5d30fa23202994b71fd85b65ce2a (patch)
treeadad39e8783609719cac61a6a883aa3ed70fa398
parent83d165a47c4a005c48e3d1e5eb6977f77efae9c4 (diff)
downloadserverdata-d876f804dd9b5d30fa23202994b71fd85b65ce2a.tar.gz
serverdata-d876f804dd9b5d30fa23202994b71fd85b65ce2a.tar.bz2
serverdata-d876f804dd9b5d30fa23202994b71fd85b65ce2a.tar.xz
serverdata-d876f804dd9b5d30fa23202994b71fd85b65ce2a.zip
Replace dusk.txt
-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;