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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/villagertalk.txt b/npc/functions/villagertalk.txt
index f8c239d1..85ab4fca 100644
--- a/npc/functions/villagertalk.txt
+++ b/npc/functions/villagertalk.txt
@@ -14,12 +14,12 @@ function script villagertalk {
if (.@darn < 26)
{
- emotion E_JOY; // ^.^
+ emotion E_JOY;
hello;
}
else if (.@darn > 26)
{
- emotion E_LOOKAWAY; // Look away
+ emotion E_LOOKAWAY;
goodbye;
}
else