This commit is contained in:
33333-33333 2026-07-18 22:15:26 +09:00
commit d163ceb291
76 changed files with 1385 additions and 524 deletions

View file

@ -196,7 +196,7 @@
if (next !== previous && !opts.silent) {
window.TarinaiAchievements?.recordGroundChange?.({ world: this, previous, next, silent: false });
}
window.TarinaiWeatherSystem.enforceFixedWeather(this);
window.TarinaiWeatherSystem.enforceFixedWeather(this, { silentLog: true });
this.markTerrainDirty?.("ground-type");
this.enforceGrassLimit?.("ground-type");
this.updateItemCounts?.("ground-type");
@ -211,7 +211,6 @@
}
if (!opts.silent) {
const label = this.groundLabel?.() || "\u5730\u9762";
this.log?.(`\u5730\u9762: ${label}`);
showToast(`\u5730\u9762\u3092 ${label} \u306b\u3057\u307e\u3057\u305f\u3002`);
}
}