mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-22 17:44:19 +01: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…
x
Reference in New Issue
Block a user