mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 14:02:18 +02:00
Fix terrain color ratio
This commit is contained in:
parent
4f82ff9819
commit
dba93a21f0
@ -257,7 +257,7 @@ export class Arena {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 83 / 132;
|
return 131 / 180;
|
||||||
}
|
}
|
||||||
|
|
||||||
trySetWeatherOverride(weather: WeatherType): boolean {
|
trySetWeatherOverride(weather: WeatherType): boolean {
|
||||||
|
Loading…
Reference in New Issue
Block a user