mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 15:52:18 +02:00
Remove attr from leaf guard (it does not activate on gain with sun up)
This commit is contained in:
parent
b95457a73d
commit
93ba6c968a
@ -6291,7 +6291,6 @@ export function initAbilities() {
|
||||
}, 1.5),
|
||||
new Ability(Abilities.LEAF_GUARD, 4)
|
||||
.attr(StatusEffectImmunityAbAttr)
|
||||
.attr(PostSummonHealStatusAbAttr)
|
||||
.condition(getWeatherCondition(WeatherType.SUNNY, WeatherType.HARSH_SUN))
|
||||
.ignorable(),
|
||||
new Ability(Abilities.KLUTZ, 4)
|
||||
|
Loading…
Reference in New Issue
Block a user