summaryrefslogtreecommitdiff
path: root/npc/001-1/trees.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-11-10 15:35:56 +0300
committerAndrei Karas <akaras@inbox.ru>2020-11-13 06:49:35 +0300
commitc4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce (patch)
tree63b6ad7665e76ffb359f111abc9c1320e786bf6a /npc/001-1/trees.txt
parent5838c6001f2bf57c9cbe5753d3a667ac5a8ab984 (diff)
downloadserverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.tar.gz
serverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.tar.bz2
serverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.tar.xz
serverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.zip
Change body type back to gendergenderfix
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 47437020..72f2f17e 100644
--- a/npc/001-1/trees.txt
+++ b/npc/001-1/trees.txt
@@ -103,7 +103,7 @@ L_FoundHim:
LazyBrotherTreeFunc(1);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -112,7 +112,7 @@ OnInit:
LazyBrotherTreeFunc(2);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -121,7 +121,7 @@ OnInit:
LazyBrotherTreeFunc(3);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -130,7 +130,7 @@ OnInit:
LazyBrotherTreeFunc(4);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -139,7 +139,7 @@ OnInit:
LazyBrotherTreeFunc(5);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -148,7 +148,7 @@ OnInit:
LazyBrotherTreeFunc(6);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -157,7 +157,7 @@ OnInit:
LazyBrotherTreeFunc(7);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -166,7 +166,7 @@ OnInit:
LazyBrotherTreeFunc(8);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -175,7 +175,7 @@ OnInit:
LazyBrotherTreeFunc(9);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -184,7 +184,7 @@ OnInit:
LazyBrotherTreeFunc(10);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -193,7 +193,7 @@ OnInit:
LazyBrotherTreeFunc(11);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -202,7 +202,7 @@ OnInit:
LazyBrotherTreeFunc(12);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -211,7 +211,7 @@ OnInit:
LazyBrotherTreeFunc(13);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -220,7 +220,7 @@ OnInit:
LazyBrotherTreeFunc(14);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}
@@ -229,7 +229,7 @@ OnInit:
LazyBrotherTreeFunc(15);
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
end;
}