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