This commit is contained in:
33333-33333 2026-07-29 20:52:11 +09:00
commit 091afc2b5c
77 changed files with 4405 additions and 8223 deletions

View file

@ -24,6 +24,7 @@
this.amount = this.hp;
this.seed = Math.random() * 1000;
this.createdAt = Number.isFinite(Number(world?.time)) ? Number(world.time) : 0;
this.age = 0;
this.roles = clonePlain(definition.roles);
this.needEffects = clonePlain(definition.needEffects);
this.carriedById = definition.type === "plushie" ? this.ownerId : "";