summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-30 14:24:11 -0400
committergumi <git@gumi.ca>2020-08-05 21:40:55 -0400
commitcab095a0e7b132d67a03412a6c3a9cf3e89c943a (patch)
tree6242a852468f0f2d4140802db7722f9fe755652f /npc/000-0-0
parent670b053ae6296e78f42d30a4e89518244a284f67 (diff)
downloadserverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.tar.gz
serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.tar.bz2
serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.tar.xz
serverdata-cab095a0e7b132d67a03412a6c3a9cf3e89c943a.zip
remove the all mentions of sex or gender from scripts
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 d262c1ca..8e25d07e 100644
--- a/npc/000-0-0/q'onan.txt
+++ b/npc/000-0-0/q'onan.txt
@@ -10,6 +10,6 @@
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
end;
}
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 87ed2b34..c3de6d9a 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -74,7 +74,7 @@ OnTalk:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
end;
OnSlow:
@@ -89,6 +89,6 @@ OnSlow:
close;
OnInit:
- .sex = G_MALE;
+ .bodytype = BODYTYPE_3;
end;
}