delete console.log()

This commit is contained in:
Lylian 2024-11-06 15:02:25 +01:00
parent 8351866d0d
commit 320b05b236

View File

@ -4704,7 +4704,6 @@ export class IllusionPreSummonAbAttr extends PreSummonAbAttr {
*/
applyPreSummon(pokemon: Pokemon, passive: boolean, args: any[]): boolean {
let suppressed = false;
console.log("PRESUMMONILLUSION : ", pokemon.name);
pokemon.scene.getField(true).filter(p => p !== pokemon).map(p => {
if ((p.getAbility().hasAttr(SuppressFieldAbilitiesAbAttr) && p.canApplyAbility()) || (p.getPassiveAbility().hasAttr(SuppressFieldAbilitiesAbAttr) && p.canApplyAbility(true))) {
suppressed = true;