From 9a55418e519a1569c0aad39f5e4e1d169798a1dd Mon Sep 17 00:00:00 2001 From: Alige Date: Mon, 27 Jun 2016 01:01:14 +0200 Subject: Removed useless comments on emotions in npc scripts. --- npc/functions/asleep.txt | 2 +- npc/functions/villagertalk.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/functions/asleep.txt b/npc/functions/asleep.txt index 7443e904..4905f329 100644 --- a/npc/functions/asleep.txt +++ b/npc/functions/asleep.txt @@ -15,7 +15,7 @@ function script asleep { else if (.@rand == 1) npctalk3 l("Rrrr... Pchhhh..."); else if (.@rand == 2) npctalk3 l("Ggrmm... Grmmmm..."); else if (.@rand == 3) npctalk3 l("Hm... Shhhh..."); - else emotion E_SLEEPY; // Sleepy + else emotion E_SLEEPY; close; } 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 -- cgit v1.2.3-70-g09d2