This commit is contained in:
@@ -40,7 +40,7 @@ public class Present : Script
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void ChangeBasePower(IExecutingMove move, IPokemon target, byte hit, ref byte basePower)
|
||||
public override void ChangeBasePower(IExecutingMove move, IPokemon target, byte hit, ref ushort basePower)
|
||||
{
|
||||
basePower = _basePower;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user