e
This commit is contained in:
parent
f657b6a4a4
commit
d163ceb291
76 changed files with 1385 additions and 524 deletions
|
|
@ -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`);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue