summaryrefslogtreecommitdiff
path: root/npc/000-2-0
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-0')
-rw-r--r--npc/000-2-0/billybons.txt2
-rw-r--r--npc/000-2-0/julia.txt2
-rw-r--r--npc/000-2-0/note.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index fe988db56..1d8b2bd1b 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -90,6 +90,6 @@ L_Quit:
OnInit:
.sex = G_MALE;
- setnpcdistance 3;
+ .distance = 3;
end;
}
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index c3af4086f..efefb2ed5 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -282,7 +282,7 @@ L_BasicSkill:
OnInit:
.sex = G_FEMALE;
- setnpcdistance 10;
+ .distance = 10;
end;
L_Quit:
diff --git a/npc/000-2-0/note.txt b/npc/000-2-0/note.txt
index 2f8112fae..2e6a9a8e5 100644
--- a/npc/000-2-0/note.txt
+++ b/npc/000-2-0/note.txt
@@ -35,6 +35,6 @@
close;
OnInit:
- setnpcdistance 2;
+ .distance = 2;
end;
}