summaryrefslogtreecommitdiff
path: root/npc/008-1-1
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/008-1-1
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/008-1-1')
-rw-r--r--npc/008-1-1/galimatia.txt2
-rw-r--r--npc/008-1-1/koga.txt2
-rw-r--r--npc/008-1-1/morcant.txt2
-rw-r--r--npc/008-1-1/sign.txt4
4 files changed, 5 insertions, 5 deletions
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;
}