This commit is contained in:
33333-33333 2026-07-20 14:36:59 +09:00
commit f6d7412744
94 changed files with 3836 additions and 1226 deletions

View file

@ -29,6 +29,10 @@
// and can over-amplify safety/fear transitions when updates are sparse.
const needStepDt = urgentAi ? 0.50 : 1.00;
t.resolveNeeds(needStepDt);
if (global.TarinaiMemorialBellSystem?.updateAi?.(t, scanDt)) {
t.updateFacing();
return { done: false, special: true };
}
const sleepingNow = t.state === "sleep";
if (!sleepingNow) {
t.reactToFreshZunchi(scanDt);