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
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-0/billybons.txt b/npc/000-2-0/billybons.txt
index 3a925b43..fe988db5 100644
--- a/npc/000-2-0/billybons.txt
+++ b/npc/000-2-0/billybons.txt
@@ -89,7 +89,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 3;
end;
}
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index e3478ac9..c3af4086 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -281,7 +281,7 @@ L_BasicSkill:
goto L_YNMenu;
OnInit:
- setnpcsex G_FEMALE;
+ .sex = G_FEMALE;
setnpcdistance 10;
end;