Even more abilities
This commit is contained in:
@@ -8,7 +8,7 @@ public class WonderRoomEffect : 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 = move.UseMove.Category switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user