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/008-1-1/galimatia.txt | 2 +- npc/008-1-1/koga.txt | 2 +- npc/008-1-1/morcant.txt | 2 +- npc/008-1-1/sign.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/008-1-1') diff --git a/npc/008-1-1/galimatia.txt b/npc/008-1-1/galimatia.txt index a917397d..a6a7aaf7 100644 --- a/npc/008-1-1/galimatia.txt +++ b/npc/008-1-1/galimatia.txt @@ -14,7 +14,7 @@ close; OnInit: - .sex = G_FEMALE; + .bodytype = BODYTYPE_2; .distance = 2; end; } diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt index e0a7c2b8..26f12772 100644 --- a/npc/008-1-1/koga.txt +++ b/npc/008-1-1/koga.txt @@ -21,7 +21,7 @@ close; OnInit: - .sex = G_MALE; + .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt index afb35ad8..e5560730 100644 --- a/npc/008-1-1/morcant.txt +++ b/npc/008-1-1/morcant.txt @@ -14,7 +14,7 @@ close; OnInit: - .sex = G_MALE; + .bodytype = BODYTYPE_3; .distance = 2; end; } diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt index df554c2d..8358914e 100644 --- a/npc/008-1-1/sign.txt +++ b/npc/008-1-1/sign.txt @@ -10,7 +10,7 @@ OnInit: .distance = 1; - .sex = G_OTHER; + .bodytype = BODYTYPE_1; end; } 008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{ @@ -19,6 +19,6 @@ OnInit: OnInit: .distance = 2; - .sex = G_OTHER; + .bodytype = BODYTYPE_1; end; } -- cgit v1.2.3-60-g2f50