summaryrefslogtreecommitdiff
path: root/npc/012-1/prawors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/prawors.txt')
-rw-r--r--npc/012-1/prawors.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-1/prawors.txt b/npc/012-1/prawors.txt
index 3ee9159a..5a76c6f9 100644
--- a/npc/012-1/prawors.txt
+++ b/npc/012-1/prawors.txt
@@ -7,12 +7,13 @@
012-1,53,122,0 script Prawors NPC_PRAWORS,{
speech
- l("Welcome."),
- l("Someone was too lazy to even write a placeholder text, so please come back later");
+ l("Arrhoy!"),
+ l("Micksha still haven't added a ship here, so you're stranded here FOREVER!"),
+ l("I hope you enjoy this town! Meanwhile, I wonder where I put my %s...", getitemlink(TreasureMap));
close;
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 4;
end;
}