p
This commit is contained in:
parent
d14550dad6
commit
63e10af865
86 changed files with 5400 additions and 1209 deletions
|
|
@ -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 };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue