summaryrefslogtreecommitdiff
path: root/npc/020-1/sander.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-1/sander.txt')
-rw-r--r--npc/020-1/sander.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-1/sander.txt b/npc/020-1/sander.txt
index fe2124a0..f5a05e73 100644
--- a/npc/020-1/sander.txt
+++ b/npc/020-1/sander.txt
@@ -8,12 +8,12 @@
020-1,200,203,0 script Sander NPC_SANDER,{
speech
l("Hi there."),
- l("I will send you to the mines! Later, when we have mines, that is."),
+ l("I will send you to the mines! Later, when we have clearance for the mines, that is."),
l("Tell Micksha to get up his ass for mapping desert caves, maybe this will speed it up.");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}