From cab095a0e7b132d67a03412a6c3a9cf3e89c943a Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 30 Jul 2020 14:24:11 -0400 Subject: remove the all mentions of sex or gender from scripts --- npc/000-0-0/q'onan.txt | 2 +- npc/000-0-0/sailors.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/000-0-0') 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; } -- cgit v1.2.3-60-g2f50