summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2014-12-02 00:44:04 +0100
committerReid <reidyaro@gmail.com>2014-12-02 00:44:04 +0100
commitcf71229de05f915ce28e7018246c5fc6b3e63b0c (patch)
tree61f5879299de320769d8a381aefa5ab837293bdd /npc/000-0-0
parent67d840da08a1780a788c152de1da5ab527d93aaf (diff)
downloadserverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.gz
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.bz2
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.tar.xz
serverdata-cf71229de05f915ce28e7018246c5fc6b3e63b0c.zip
Add new sex consts.
Diffstat (limited to 'npc/000-0-0')
-rw-r--r--npc/000-0-0/q'onan.txt2
-rw-r--r--npc/000-0-0/sailors.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0-0/q'onan.txt b/npc/000-0-0/q'onan.txt
index 63726637..02f7602e 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -10,6 +10,6 @@
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index a15b4c85..38858116 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -76,7 +76,7 @@ OnTalk:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}
@@ -85,6 +85,6 @@ OnInit:
close;
OnInit:
- setnpcsex 1;
+ setnpcsex G_MALE;
end;
}