summaryrefslogtreecommitdiff
path: root/npc/001-1/chelios.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/chelios.txt')
-rw-r--r--npc/001-1/chelios.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/chelios.txt b/npc/001-1/chelios.txt
index 3641b0b6..84af2de1 100644
--- a/npc/001-1/chelios.txt
+++ b/npc/001-1/chelios.txt
@@ -26,7 +26,7 @@
{
.@enora = getq(ArtisQuests_Enora);
select
- rif(.@enora == 1, lg("I came to retrieve a package for Enora.")),
+ rif(.@enora == 1, l("I came to retrieve a package for Enora.")),
rif(.@enora == 3, l("I have your black iron.")),
rif(.@enora >= 2, l("Where is the Merchant Guild?")),
l("What is this building?"),
@@ -70,7 +70,7 @@ function give_small_quest {
break;
case 2:
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- lg("I'll be here, come back when you'll be ready.");
+ l("I'll be here, come back when you'll be ready.");
return;
}