Even more abilities
This commit is contained in:
@@ -5,7 +5,7 @@ public class Psyshock : Script
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public override void ChangeDefensiveStatValue(IExecutingMove move, IPokemon target, byte hit, uint offensiveStat,
|
||||
ImmutableStatisticSet<uint> targetStats, ref uint value)
|
||||
ImmutableStatisticSet<uint> targetStats, Statistic stat, ref uint value)
|
||||
{
|
||||
value = targetStats.Defense;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user