summaryrefslogtreecommitdiff
path: root/npc/004-2/mirio.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-2/mirio.txt')
-rw-r--r--npc/004-2/mirio.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/004-2/mirio.txt b/npc/004-2/mirio.txt
index cd0cf100c..e9f9411b1 100644
--- a/npc/004-2/mirio.txt
+++ b/npc/004-2/mirio.txt
@@ -2,15 +2,16 @@
// Authors:
// Jesusalva
// Description:
-// -
+// Part of Speed Run Quest
004-2,146,115,0 script Mirio NPC_INDIGENOUS_YOUNG,{
mesn;
- mesq l("Howdy!");
+ mesq l("Howdy! Pachua and I scout this canyon to protect our clan. I acknowledge only those whom are fast like the wind! I would love to challenge you for a race... But not today.");
close;
OnInit:
.distance = 4;
+ .sex = G_MALE;
end;
}