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.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/villagertalk.txt b/npc/functions/villagertalk.txt
index 99803621..f8c239d1 100644
--- a/npc/functions/villagertalk.txt
+++ b/npc/functions/villagertalk.txt
@@ -14,12 +14,12 @@ function script villagertalk {
if (.@darn < 26)
{
- emotion 103; // ^.^
+ emotion E_JOY; // ^.^
hello;
}
else if (.@darn > 26)
{
- emotion 111; // Look away
+ emotion E_LOOKAWAY; // Look away
goodbye;
}
else
@@ -45,7 +45,7 @@ function script villagertalk {
npctalk3 l("I just want to live my life in peace.");
break;
default:
- emotion 3;
+ emotion E_HAPPY;
break;
}