summaryrefslogtreecommitdiff
path: root/npc/020-1/popaul.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/popaul.txt')
-rw-r--r--npc/020-1/popaul.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/020-1/popaul.txt b/npc/020-1/popaul.txt
index 4ac979d6..b6e553f0 100644
--- a/npc/020-1/popaul.txt
+++ b/npc/020-1/popaul.txt
@@ -8,13 +8,13 @@
020-1,278,108,0 script Popaul NPC_HUMAN_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("Whatever.");
+ l("I am so lazy today. I wish work hours end soon."),
+ l("Then I'll have a drink with my friends at the inn."),
+ l("Won't be able to walk properly afterwards, but whatever, I get experience either way!");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}