This commit is contained in:
@@ -8,6 +8,9 @@ public class ChargeSkyDropEffect : Script, IScriptForceTurnSelection, IScriptCha
|
||||
{
|
||||
private readonly IPokemon _owner;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override bool IsSemiInvulnerableTurn => true;
|
||||
|
||||
public ChargeSkyDropEffect(IPokemon owner)
|
||||
{
|
||||
_owner = owner;
|
||||
|
||||
Reference in New Issue
Block a user