summaryrefslogtreecommitdiff
path: root/npc/001-11
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-11')
-rw-r--r--npc/001-11/event_soulmenhir.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-11/event_soulmenhir.txt b/npc/001-11/event_soulmenhir.txt
index a0253b118..901553721 100644
--- a/npc/001-11/event_soulmenhir.txt
+++ b/npc/001-11/event_soulmenhir.txt
@@ -4,7 +4,7 @@
// Description:
// Special Soul Menhir which only allows leaving the map.
-001-11,37,31,0 script Soul Menhir#001-11 NPC_SOUL_CLEAN,{
+001-11,37,31,0 script Soul Stone#001-11 NPC_SOUL_CLEAN,{
mesn;
mes l("(A mystical aura surrounds this stone. It probably can return you home. What do you do?)");
@@ -17,5 +17,8 @@ L_Warp:
warp "Save", 0, 0;
close;
+OnInit:
+ .distance = 5;
+ end;
}