From 53094a50a9a6bd287705796cb62420361a547af6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Dec 2021 11:08:10 -0300 Subject: Elmo: Do not sound like a broken tape recorder if you're Candor Hero already --- npc/002-3/elmo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index 785eabfe4..03a5f8c22 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -37,7 +37,8 @@ L_Candor: mesn; if (getq(General_Narrator) < 1) mes l("\"Hey, have you already got the money necessary for the travel?"); if (getq(General_Narrator) < 1) mes l("If you haven't, maybe there are a few things you can do besides selling items.\""); - if (getq(General_Narrator) >= 1) mesq l("Maybe there are things in Candor which still require your attention? I overheard some of them."); + if (getq(General_Narrator) >= 1) mesq l("Maybe there are things in Candor which still require your attention? I might have overheard some of them."); + if (reputation("Candor") >= 100) mes l("...Although that's unlikely, I admit."); next; mes ""; -- cgit v1.2.3-60-g2f50