summaryrefslogtreecommitdiff
path: root/npc/012-2-1/tanisha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2-1/tanisha.txt')
-rw-r--r--npc/012-2-1/tanisha.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/012-2-1/tanisha.txt b/npc/012-2-1/tanisha.txt
index 94848971..01c92662 100644
--- a/npc/012-2-1/tanisha.txt
+++ b/npc/012-2-1/tanisha.txt
@@ -8,11 +8,12 @@
012-2-1,48,34,0 script Tanisha NPC_TANISHA,{
speech
l("Welcome."),
- l("Someone was too lazy to even write a placeholder text, so please come back later");
+ l("Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."),
+ l("I wonder if things were supposed to be this way?");
close;
OnInit:
.sex = G_FEMALE;
- .distance = 2;
+ .distance = 4;
end;
}