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 31e606bd..51f6a248 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -294,7 +294,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index e68a780f..65df5b01 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -226,7 +226,7 @@ L_EquipDone:
goto L_Menu;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 5;
end;
}
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 0cb6b709..88225dde 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -208,7 +208,7 @@ L_Quit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 6b258370..e40dddd6 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -83,7 +83,7 @@ L_Quit2:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index 36d5ddb6..2b59b02a 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -11,7 +11,7 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index c53c6c5f..0e380985 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -325,7 +325,7 @@ OnNoGoodTick:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 3;
end;
}
diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt
index 6075d2cd..10a9b80d 100644
--- a/npc/000-2-1/q'onan.txt
+++ b/npc/000-2-1/q'onan.txt
@@ -10,7 +10,7 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
setnpcdistance 2;
end;
}