summaryrefslogtreecommitdiff
path: root/npc/020-1/philip.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/philip.txt')
-rw-r--r--npc/020-1/philip.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/020-1/philip.txt b/npc/020-1/philip.txt
index 91c046bc..b73b9685 100644
--- a/npc/020-1/philip.txt
+++ b/npc/020-1/philip.txt
@@ -8,13 +8,12 @@
020-1,285,123,0 script Philip NPC_UKAR_MALE_LEGION_ARTIS,{
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("I am just a random soldier, so stop bothering me."),
l("Whatever.");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}