From f0bf7743a6b8e9c2a34256ead8765c8e43d41875 Mon Sep 17 00:00:00 2001 From: Dread134 Date: Fri, 17 May 2024 16:25:01 -0400 Subject: [PATCH] Update pokemon.ts Removed log --- src/field/pokemon.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 9c163ee26a9..693ce9c2808 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -2052,7 +2052,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { switch (effect) { case StatusEffect.POISON: case StatusEffect.TOXIC: - console.log('checking poison immunity', this.name, types, sourcePokemon?.name, sourcePokemon?.id) // Check if the Pokemon is immune to Poison/Toxic or if the source pokemon is canceling the immunity let poisonImmunity = types.map(defType => { // Check if the Pokemon is not immune to Poison/Toxic