Implements Hail
This commit is contained in:
@@ -20,8 +20,9 @@ public class HealEachEndOfTurnEffect : Script
|
||||
_pokemon = pokemon;
|
||||
}
|
||||
|
||||
/// <param name="battle"></param>
|
||||
/// <inheritdoc />
|
||||
public override void OnEndTurn()
|
||||
public override void OnEndTurn(IBattle battle)
|
||||
{
|
||||
if (_pokemon is null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user