diff options
-rw-r--r-- | npc/001-1/katja.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/katja.txt b/npc/001-1/katja.txt index 3c742c5f..f53d3a8d 100644 --- a/npc/001-1/katja.txt +++ b/npc/001-1/katja.txt @@ -75,8 +75,8 @@ mes ""; mesn; mesq l("Great!"); + emotion 17; next; - // emote *epic* break; case 2: mes ""; @@ -86,6 +86,7 @@ mes ""; mesn; mesq l("Okay, I'll be here, if you change your mind."); + emotion 4; close; } |