summaryrefslogtreecommitdiff
path: root/npc/001-1/trees.txt
diff options
context:
space:
mode:
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 e375f071e..dd2fd7327 100644
--- a/npc/001-1/trees.txt
+++ b/npc/001-1/trees.txt
@@ -104,7 +104,7 @@ L_FoundHim:
LazyBrotherTreeFunc(1);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -113,7 +113,7 @@ OnInit:
LazyBrotherTreeFunc(2);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -122,7 +122,7 @@ OnInit:
LazyBrotherTreeFunc(3);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -131,7 +131,7 @@ OnInit:
LazyBrotherTreeFunc(4);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -140,7 +140,7 @@ OnInit:
LazyBrotherTreeFunc(5);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -149,7 +149,7 @@ OnInit:
LazyBrotherTreeFunc(6);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -158,7 +158,7 @@ OnInit:
LazyBrotherTreeFunc(7);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -167,7 +167,7 @@ OnInit:
LazyBrotherTreeFunc(8);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -176,7 +176,7 @@ OnInit:
LazyBrotherTreeFunc(9);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -185,7 +185,7 @@ OnInit:
LazyBrotherTreeFunc(10);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -194,7 +194,7 @@ OnInit:
LazyBrotherTreeFunc(11);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -203,7 +203,7 @@ OnInit:
LazyBrotherTreeFunc(12);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -212,7 +212,7 @@ OnInit:
LazyBrotherTreeFunc(13);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -221,7 +221,7 @@ OnInit:
LazyBrotherTreeFunc(14);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}
@@ -230,7 +230,7 @@ OnInit:
LazyBrotherTreeFunc(15);
end;
OnInit:
- setnpcsex G_OTHER;
+ .sex = G_OTHER;
setnpcdistance 1;
end;
}