This commit is contained in:
33333-33333 2026-06-28 13:40:41 +09:00
commit f500279abd
93 changed files with 1893 additions and 1198 deletions

View file

@ -30,7 +30,7 @@
worldRef.nextWeatherChange = this.resetTimer();
if (previous !== fixed) {
worldRef.emit?.("weather:changed", { previous, next: fixed });
worldRef.log?.(`天気: ${weatherLabel(fixed)}`);
worldRef.log?.(`\u5929\u6c17: ${weatherLabel(fixed)}`);
}
return true;
},