mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Merge branch 'beta' into patch-1
This commit is contained in:
commit
e59f3effb0
@ -2156,6 +2156,7 @@ export class PlantHealAttr extends WeatherHealAttr {
|
|||||||
case WeatherType.SANDSTORM:
|
case WeatherType.SANDSTORM:
|
||||||
case WeatherType.HAIL:
|
case WeatherType.HAIL:
|
||||||
case WeatherType.SNOW:
|
case WeatherType.SNOW:
|
||||||
|
case WeatherType.FOG:
|
||||||
case WeatherType.HEAVY_RAIN:
|
case WeatherType.HEAVY_RAIN:
|
||||||
return 0.25;
|
return 0.25;
|
||||||
default:
|
default:
|
||||||
@ -4157,6 +4158,7 @@ export class AntiSunlightPowerDecreaseAttr extends VariablePowerAttr {
|
|||||||
case WeatherType.SANDSTORM:
|
case WeatherType.SANDSTORM:
|
||||||
case WeatherType.HAIL:
|
case WeatherType.HAIL:
|
||||||
case WeatherType.SNOW:
|
case WeatherType.SNOW:
|
||||||
|
case WeatherType.FOG:
|
||||||
case WeatherType.HEAVY_RAIN:
|
case WeatherType.HEAVY_RAIN:
|
||||||
power.value *= 0.5;
|
power.value *= 0.5;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user