summaryrefslogtreecommitdiff
path: root/npc/012-1/crasmande.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/crasmande.txt')
-rw-r--r--npc/012-1/crasmande.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-1/crasmande.txt b/npc/012-1/crasmande.txt
index 5aef9e89..54fcbe91 100644
--- a/npc/012-1/crasmande.txt
+++ b/npc/012-1/crasmande.txt
@@ -7,12 +7,13 @@
012-1,41,44,0 script Crasmande NPC_CRASMANDE,{
speech
- l("Welcome."),
- l("Someone was too lazy to even write a placeholder text, so please come back later");
+ l("I'm scared!"),
+ l("Hasan is bullying me!"),
+ l("%%i");
close;
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 4;
end;
}