summaryrefslogtreecommitdiff
path: root/npc/001-1/trees.txt
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/001-1/trees.txt
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/001-1/trees.txt')
-rw-r--r--npc/001-1/trees.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/001-1/trees.txt b/npc/001-1/trees.txt
index 2c147bf9..47437020 100644
--- a/npc/001-1/trees.txt
+++ b/npc/001-1/trees.txt
@@ -103,7 +103,7 @@ L_FoundHim:
LazyBrotherTreeFunc(1);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -112,7 +112,7 @@ OnInit:
LazyBrotherTreeFunc(2);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -121,7 +121,7 @@ OnInit:
LazyBrotherTreeFunc(3);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -130,7 +130,7 @@ OnInit:
LazyBrotherTreeFunc(4);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -139,7 +139,7 @@ OnInit:
LazyBrotherTreeFunc(5);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -148,7 +148,7 @@ OnInit:
LazyBrotherTreeFunc(6);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -157,7 +157,7 @@ OnInit:
LazyBrotherTreeFunc(7);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -166,7 +166,7 @@ OnInit:
LazyBrotherTreeFunc(8);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -175,7 +175,7 @@ OnInit:
LazyBrotherTreeFunc(9);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -184,7 +184,7 @@ OnInit:
LazyBrotherTreeFunc(10);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -193,7 +193,7 @@ OnInit:
LazyBrotherTreeFunc(11);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -202,7 +202,7 @@ OnInit:
LazyBrotherTreeFunc(12);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -211,7 +211,7 @@ OnInit:
LazyBrotherTreeFunc(13);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -220,7 +220,7 @@ OnInit:
LazyBrotherTreeFunc(14);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}
@@ -229,7 +229,7 @@ OnInit:
LazyBrotherTreeFunc(15);
end;
OnInit:
- .sex = G_OTHER;
+ .bodytype = BODYTYPE_1;
.distance = 1;
end;
}