asdfg
This commit is contained in:
parent
f6d7412744
commit
091afc2b5c
77 changed files with 4405 additions and 8223 deletions
|
|
@ -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 : "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue