Style cleanup
This commit is contained in:
@@ -8,6 +8,6 @@ public class ChipAway : Script
|
||||
bypass = true;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void BypassEvasionStatBoosts(IExecutingMove move, IPokemon target, byte hitIndex, ref bool bypass)
|
||||
=> bypass = true;
|
||||
public override void
|
||||
BypassEvasionStatBoosts(IExecutingMove move, IPokemon target, byte hitIndex, ref bool bypass) => bypass = true;
|
||||
}
|
||||
Reference in New Issue
Block a user