From d876f804dd9b5d30fa23202994b71fd85b65ce2a Mon Sep 17 00:00:00 2001 From: Abby Hulka Date: Sat, 4 Mar 2023 21:21:19 +0000 Subject: Replace dusk.txt --- npc/006-2-5/dusk.txt | 5 ++--- 1 file 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; -- cgit v1.2.3-60-g2f50