removed unused processesseessess

This commit is contained in:
33333-33333 2026-06-29 16:21:58 +09:00
commit 4fdc567e08
158 changed files with 1317 additions and 3351 deletions

View file

@ -11,8 +11,7 @@
if (t.envTimer >= envInterval && t.world.spendScheduledWork?.("env", urgentAi || t.world.selected === t) !== false) {
const envDt = Math.min(t.envTimer, 1.2);
t.envTimer = 0;
if (global.TarinaiLocalEnvironmentSystem?.updateOne) global.TarinaiLocalEnvironmentSystem.updateOne(t, envDt);
else t.applyEnvironment?.(envDt);
global.TarinaiLocalEnvironmentSystem.updateOne(t, envDt);
}
return { done: false };
}