summaryrefslogtreecommitdiff
path: root/npc/020-1/neko.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/neko.txt')
-rw-r--r--npc/020-1/neko.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/020-1/neko.txt b/npc/020-1/neko.txt
index bdae8288..5e572b70 100644
--- a/npc/020-1/neko.txt
+++ b/npc/020-1/neko.txt
@@ -8,13 +8,13 @@
020-1,278,99,0 script Neko NPC_DESERT_HAT_MAN,{
speech
l("Hi there."),
- l("Looks like someone ran out of ideas for placeholder NPCs."),
- l("So if you want, you can hunt something, or cook something, or craft somethig."),
- l("Whatever.");
+ l("I am out of stock, unfortunately."),
+ l("What do you mean to look at my wares?!"),
+ l("My collection of random stuff is not for sale! Go away!");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}