summaryrefslogtreecommitdiff
path: root/npc/020-1/froma.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/froma.txt')
-rw-r--r--npc/020-1/froma.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-1/froma.txt b/npc/020-1/froma.txt
index fe6f1ef7..f3aba5e4 100644
--- a/npc/020-1/froma.txt
+++ b/npc/020-1/froma.txt
@@ -7,14 +7,14 @@
020-1,291,123,0 script Froma NPC_DEMON_MALE_LEGION_ARTIS,{
speech
- l("Hi there."),
- l("Looks like someone ran out of ideas for placeholder NPCs."),
+ l("Fromage!"),
+ l("It is the only word in french I know. We are very classy."),
l("So if you want, you can hunt something, or cook something, or craft somethig."),
l("Whatever.");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}