More abilities
This commit is contained in:
10
Plugins/PkmnLib.Plugin.Gen7/Scripts/Pokemon/TruantEffect.cs
Normal file
10
Plugins/PkmnLib.Plugin.Gen7/Scripts/Pokemon/TruantEffect.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Pokemon;
|
||||
|
||||
public class TruantEffect(IPokemon owner) : Script
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override void ForceTurnSelection(byte sideIndex, byte position, ref ITurnChoice? choice)
|
||||
{
|
||||
choice = new PassChoice(owner);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user