Surprisingly, more moves
This commit is contained in:
@@ -18,7 +18,7 @@ public class Acupressure : Script
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
// If the target has no stats to raise, the move fails
|
||||
if (target.StatBoost.All(s => s == 6))
|
||||
if (target.StatBoost.All(s => s.value == 6))
|
||||
{
|
||||
move.GetHitData(target, hit).Fail();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user