This commit is contained in:
33333-33333 2026-07-16 22:12:03 +09:00
commit 2cc2f003df
71 changed files with 3359 additions and 1027 deletions

View file

@ -183,6 +183,9 @@
const previous = this.groundType || "soil";
this.groundType = next;
if (next !== previous || opts.force) {
if (next !== previous && !opts.silent) {
window.TarinaiAchievements?.recordGroundChange?.({ world: this, previous, next, silent: false });
}
window.TarinaiWeatherSystem.enforceFixedWeather(this);
this.markTerrainDirty?.("ground-type");
this.enforceGrassLimit?.("ground-type");