summaryrefslogtreecommitdiff
path: root/npc/004-2/pachua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-2/pachua.txt')
-rw-r--r--npc/004-2/pachua.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt
index 9bb5f6573..fba10b11c 100644
--- a/npc/004-2/pachua.txt
+++ b/npc/004-2/pachua.txt
@@ -2,15 +2,16 @@
// Authors:
// Jesusalva
// Description:
-// -
+// Part of Speed Run Quest,
004-2,61,118,0 script Pachua NPC_INDIGENOUS_OLD,{
mesn;
- mesq l("Howdy!");
+ mesq l("Howdy! Mirio and I scout this canyon to protect our clan. I am also a retired assassin, maybe someday I can exchange some knowledge with you! Hahaha!");
close;
OnInit:
.distance = 4;
+ .sex = G_MALE;
end;
}