fun: less animules

This commit is contained in:
cha0s 2024-09-22 02:42:29 -05:00
parent f1d3ad6a6d
commit 55f915d4a1

View File

@ -161,7 +161,7 @@ export default async function createHomestead(id) {
VisibleAabb: {}, VisibleAabb: {},
}); });
const animalJson = animal(); const animalJson = animal();
for (let i = 0; i < 50; ++i) { for (let i = 0; i < 10; ++i) {
entities.push({ entities.push({
...animalJson, ...animalJson,
Behaving: { Behaving: {
@ -215,7 +215,7 @@ export default async function createHomestead(id) {
Tags: {tags: ['kittan']}, Tags: {tags: ['kittan']},
}); });
} }
for (let i = 0; i < 50; ++i) { for (let i = 0; i < 10; ++i) {
entities.push({ entities.push({
...animalJson, ...animalJson,
Behaving: { Behaving: {
@ -265,7 +265,7 @@ export default async function createHomestead(id) {
}, },
}); });
} }
for (let i = 0; i < 50; ++i) { for (let i = 0; i < 10; ++i) {
entities.push({ entities.push({
...animalJson, ...animalJson,
Behaving: { Behaving: {