summaryrefslogtreecommitdiff
path: root/npc/008-2-20/valia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-20/valia.txt')
-rw-r--r--npc/008-2-20/valia.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-2-20/valia.txt b/npc/008-2-20/valia.txt
index 0090be12..ce6c6f5d 100644
--- a/npc/008-2-20/valia.txt
+++ b/npc/008-2-20/valia.txt
@@ -1,4 +1,4 @@
-// Evol scripts.
+// The Mana World scripts.
// Author:
// Micksha
// Description:
@@ -9,12 +9,12 @@
speech
l("Hi!"),
lg("You may remember me, I am Valia.");
- l("Better stay away from my basement, you may end up like the poor guys down there.");
+ l("Better stay away from my basement, you may end up like the poor guy down there.");
close;
OnInit:
.bodytype = BODYTYPE_2;
- .distance = 2;
+ .distance = 4;
end;
}