a
This commit is contained in:
parent
d163ceb291
commit
f6d7412744
94 changed files with 3836 additions and 1226 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue