ss
This commit is contained in:
parent
091afc2b5c
commit
28591233f3
85 changed files with 946 additions and 267 deletions
|
|
@ -295,7 +295,7 @@
|
|||
const x = this.x - side * this.radius * rand(0.72, 0.96);
|
||||
const y = this.y + this.radius * rand(0.25, 0.48);
|
||||
this.poopCount = (this.poopCount || 0) + 1;
|
||||
this.world.spawnZunchi?.(x, y);
|
||||
this.world.spawnZunchi?.(x, y, this);
|
||||
this.digest = Math.max(0, (this.digest || 0) - 3.0);
|
||||
const now = this.world?.time || 0;
|
||||
this.bubble("\u3076\u308a\u3085\u3063", 1.2, effectColor("laxative"), { force: true });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue