summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/alige.txt2
-rw-r--r--npc/000-2-1/arpan.txt2
-rw-r--r--npc/000-2-1/chefgado.txt2
-rw-r--r--npc/000-2-1/dan.txt2
-rw-r--r--npc/000-2-1/devis.txt2
-rw-r--r--npc/000-2-1/peter.txt2
-rw-r--r--npc/000-2-1/q'onan.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index e80dddf4..afba165b 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -300,7 +300,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index b94c6973..1b99be26 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -225,7 +225,7 @@ L_EquipDone:
goto L_Menu;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 5;
end;
}
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index f81baaa4..1446272f 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -207,7 +207,7 @@ L_Quit:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index c894b8b2..6d138e2f 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -82,7 +82,7 @@ L_Quit2:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index ac23cdd6..63e421a6 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 5e7bcd2f..3143853e 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -329,7 +329,7 @@ OnNoGoodTick:
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 3;
end;
}
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index 4e795504..5561fe98 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -10,7 +10,7 @@
close;
OnInit:
- setnpcsex G_MALE;
+ .sex = G_MALE;
setnpcdistance 2;
end;
}