Lots more work on implementing battling
This commit is contained in:
@@ -14,9 +14,6 @@ namespace PkmnLib.Plugin.Gen7.Moves;
|
||||
[Script(ScriptCategory.Move, "acrobatics")]
|
||||
public class Acrobatics : Script
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override StringKey Name => "acrobatics";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void ChangeBasePower(IExecutingMove move, IPokemon target, byte hit, ref byte basePower)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user