From 80f546fcb99bd70a5e48dca646f561ab3c3d8f2c Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 27 Jun 2016 00:26:57 +0200 Subject: Replace emotion() arguments with constants instead of ID. --- npc/001-2-26/ivan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-2-26') diff --git a/npc/001-2-26/ivan.txt b/npc/001-2-26/ivan.txt index 6538eeb6..00552225 100644 --- a/npc/001-2-26/ivan.txt +++ b/npc/001-2-26/ivan.txt @@ -38,7 +38,7 @@ break; case 2: narrator 1, l("Ivan grumbles and resumes his work."); - emotion 11; + emotion E_UPSET; close; } @@ -47,7 +47,7 @@ l("I have some spare one, take them, and tell Enora that any fees are paid!"); setq ArtisQuests_Enora, 9; - emotion 3; + emotion E_HAPPY; return; } -- cgit v1.2.3-60-g2f50