summaryrefslogtreecommitdiff
path: root/npc/008-2-17/caul.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-17/caul.txt')
-rw-r--r--npc/008-2-17/caul.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-2-17/caul.txt b/npc/008-2-17/caul.txt
index 41ba53fa..c3202f11 100644
--- a/npc/008-2-17/caul.txt
+++ b/npc/008-2-17/caul.txt
@@ -1,11 +1,11 @@
-// Evol scripts.
+// The Mana World scripts.
// Author:
// Micksha
// Description:
// Caul the Alchemist.
// THIS IS A PLACEHOLDER!
-008-2-17,40,33,0 script Caul#008-2-17 NPC_CAUL,{
+008-2-17,40,33,0 script Caul NPC_CAUL,{
speech
l("Hi there."),
l("Don't you like the smoke, when there is a nice fire beneath a cauldron?"),
@@ -15,6 +15,6 @@
OnInit:
.bodytype = BODYTYPE_3;
- .distance = 2;
+ .distance = 4;
end;
}