This commit is contained in:
33333-33333 2026-07-01 14:41:05 +09:00
commit 4d3fc2cd47
84 changed files with 3429 additions and 3480 deletions

View file

@ -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)) {