diff --git a/src/data/weather.ts b/src/data/weather.ts index a29159afce9..587d46f0772 100644 --- a/src/data/weather.ts +++ b/src/data/weather.ts @@ -216,7 +216,7 @@ export function getLegendaryWeatherContinuesMessage(weatherType: WeatherType): s } return null; } - + export function getWeatherBlockMessage(weatherType: WeatherType): string { switch (weatherType) { case WeatherType.HARSH_SUN: