diff options
Diffstat (limited to 'npc/000-2-0')
-rw-r--r-- | npc/000-2-0/billybons.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/julia.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/note.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt index fe988db5..1d8b2bd1 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 c3af4086..efefb2ed 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 2f8112fa..2e6a9a8e 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; } |