1.9
This commit is contained in:
parent
fc7c94bd69
commit
2cc2f003df
71 changed files with 3359 additions and 1027 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue