This commit is contained in:
33333-33333 2026-07-15 14:44:29 +09:00
commit 63e10af865
86 changed files with 5400 additions and 1209 deletions

View file

@ -8,6 +8,7 @@
const sleepingAtFrameEnd = t.state === "sleep" || t.sleeping;
if (context.wasSleepingAtFrameStart && !sleepingAtFrameEnd && !t.dead) t.awakeLockTimer = Math.max(t.awakeLockTimer || 0, 10);
t.checkLife(dt);
if (!t.dead) t._achievementLaxativeActiveThisFrame = false;
return { done: true };
}