mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
trailing space is removed
This commit is contained in:
parent
7db8da6206
commit
299307c788
@ -216,7 +216,7 @@ export function getLegendaryWeatherContinuesMessage(weatherType: WeatherType): s
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getWeatherBlockMessage(weatherType: WeatherType): string {
|
export function getWeatherBlockMessage(weatherType: WeatherType): string {
|
||||||
switch (weatherType) {
|
switch (weatherType) {
|
||||||
case WeatherType.HARSH_SUN:
|
case WeatherType.HARSH_SUN:
|
||||||
|
Loading…
Reference in New Issue
Block a user