summaryrefslogtreecommitdiff
path: root/npc/functions/villagertalk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/villagertalk.txt')
-rw-r--r--npc/functions/villagertalk.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/functions/villagertalk.txt b/npc/functions/villagertalk.txt
index 6440ef0d..371a9f20 100644
--- a/npc/functions/villagertalk.txt
+++ b/npc/functions/villagertalk.txt
@@ -24,7 +24,7 @@ function script villagertalk {
}
else
{
- npctalk3 l("Stop it!");
+ npctalkonce(l("Stop it!"));
}
return;
@@ -36,13 +36,13 @@ function script villagertalk {
darn_or_smile();
break;
case 1:
- npctalk3 l("It is a sunny day, don't you think?");
+ npctalkonce(l("It is a sunny day, don't you think?"));
break;
case 2:
- npctalk3 l("Go fly a kite.");
+ npctalkonce(l("Go fly a kite."));
break;
case 3:
- npctalk3 l("I just want to live my life in peace.");
+ npctalkonce(l("I just want to live my life in peace."));
break;
default:
emotion E_HAPPY;