Skip to content

Commit

Permalink
Fix console to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Jan 7, 2025
1 parent 9b47746 commit 5c70756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
onAnySwitchIn(pokemon) {
if (this.event.target === pokemon) {
if(['libero', 'protean'].includes(pokemon.getAbility().id)) {

Check failure on line 2880 in data/abilities.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Expected space(s) after "if"
console.log('Reset Libero/Protean when Neutralizing Gas is active');
this.debug('Reset Libero/Protean when Neutralizing Gas is active');
delete pokemon.abilityState.protean;
}
}
Expand Down

0 comments on commit 5c70756

Please sign in to comment.