This commit is contained in:
@@ -31,6 +31,6 @@ public class Download : Script
|
||||
});
|
||||
pokemon.ChangeStatBoost(
|
||||
opponentAverageDefense < opponentAverageSpecialDefense ? Statistic.Attack : Statistic.SpecialAttack, 1,
|
||||
true, batchId);
|
||||
true, false, batchId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user