1.4
This commit is contained in:
parent
ad2cc76429
commit
7455d630fc
82 changed files with 2179 additions and 900 deletions
|
|
@ -25,7 +25,7 @@
|
|||
worldRef.nextWeatherChange = resetTimer();
|
||||
if (previous !== fixed) {
|
||||
worldRef.emit?.("weather:changed", { previous, next: fixed });
|
||||
worldRef.log?.(`天気: ${weatherLabel(fixed)}`);
|
||||
worldRef.log?.(`\u5929\u6C17: ${weatherLabel(fixed)}`);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
worldRef.nextWeatherChange = resetTimer();
|
||||
if (next !== previous) {
|
||||
worldRef.emit?.("weather:changed", { previous, next });
|
||||
worldRef.log?.(`天気: ${weatherLabel(next)}`);
|
||||
worldRef.log?.(`\u5929\u6C17: ${weatherLabel(next)}`);
|
||||
}
|
||||
return next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue