summaryrefslogtreecommitdiff
path: root/npc/001-2-6/christopher.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-6/christopher.txt')
-rw-r--r--npc/001-2-6/christopher.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/001-2-6/christopher.txt b/npc/001-2-6/christopher.txt
index 2151a8dc..cee1a037 100644
--- a/npc/001-2-6/christopher.txt
+++ b/npc/001-2-6/christopher.txt
@@ -28,21 +28,23 @@
l("Nothing.")))
{
case 1:
- speech 1, l("You can find novels and poems on this floor.");
+ npctalk3 l("You can find novels and poems on this floor.");
break;
case 2:
mes "";
ghost_in_the_library();
break;
case 3:
- speech 1, l("I love peace and quiet, that's a good choice.");
+ npctalk3 l("I love peace and quiet, that's a good choice.");
}
return;
}
function not_so_loud
{
- speech l("This floor is reserved for quiet reading, don't speak too loud.");
+ npctalkonce l("This floor is reserved for quiet reading, don't speak too loud.");
+
+ return;
}
switch (rand(3))