summaryrefslogtreecommitdiff
path: root/npc/012-1/ayasha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/ayasha.txt')
-rw-r--r--npc/012-1/ayasha.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-1/ayasha.txt b/npc/012-1/ayasha.txt
index 623954f6..437b025f 100644
--- a/npc/012-1/ayasha.txt
+++ b/npc/012-1/ayasha.txt
@@ -7,12 +7,12 @@
012-1,65,111,0 script Ayasha NPC_AYASHA,{
speech
- l("Welcome."),
- l("Someone was too lazy to even write a placeholder text, so please come back later");
+ l("Hey adventurer!"),
+ l("I lost Liana, she was taking care of me; Have you seen her around? %%i");
close;
OnInit:
.sex = G_FEMALE;
- .distance = 2;
+ .distance = 4;
end;
}