Reduces the number of sleep turns remaining by an extra 1 when applied
The args passed to the AbAttr
:
[0]
- The StatusEffect
of the Pokemon[1]
- The number of turns remaining until the status is healedReturns a boolean describing whether the ability can be applied under current conditions
The pokemon to apply this ability to
Whether or not the ability is a passive
Whether the call is simulated
Extra args passed to the function. Handled by child classes.
true
if the ability can be applied, false
otherwise
Used by Early Bird, makes the pokemon wake up faster
Param: statusEffect
The
StatusEffect
to check forSee
apply