summaryrefslogtreecommitdiff
path: root/npc/001-2-21
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-21')
-rw-r--r--npc/001-2-21/julia.txt2
-rw-r--r--npc/001-2-21/note.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-21/julia.txt b/npc/001-2-21/julia.txt
index f3e7a4c1..a71a3a10 100644
--- a/npc/001-2-21/julia.txt
+++ b/npc/001-2-21/julia.txt
@@ -126,6 +126,6 @@ L_Quit:
OnInit:
.sex = G_FEMALE;
- setnpcdistance 10;
+ .distance = 10;
end;
}
diff --git a/npc/001-2-21/note.txt b/npc/001-2-21/note.txt
index 38ef7f84..aaa2159c 100644
--- a/npc/001-2-21/note.txt
+++ b/npc/001-2-21/note.txt
@@ -35,6 +35,6 @@
close;
OnInit:
- setnpcdistance 2;
+ .distance = 2;
end;
}