hm
This commit is contained in:
parent
7455d630fc
commit
4d3fc2cd47
84 changed files with 3429 additions and 3480 deletions
|
|
@ -260,7 +260,6 @@ const HEALTH = (() => {
|
|||
t.world.spawnZunchi?.(x, y, t);
|
||||
t.poopCount = (t.poopCount || 0) + 1;
|
||||
t.digest = Math.max(0, Number(t.digest || 0) - 1.0);
|
||||
t.nextPoopBubbleAt = now + 2.0;
|
||||
// If this zunchi release was caused by a major-damage event, keep the pain
|
||||
// voice bubble visible and suppress the incidental \u300c\u3076\u308a\u3085\u3063\u300d bubble.
|
||||
if (now >= Number(t._damageBubblePriorityUntil || -999)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue