added commented out console.log statement

uncomment to see new berry data
This commit is contained in:
Bertie690 2025-04-21 23:55:44 -04:00
parent 82572b263d
commit 9e65d0a07b
1 changed files with 1 additions and 0 deletions

View File

@ -4126,6 +4126,7 @@ export class PostTurnRestoreBerryAbAttr extends PostTurnAbAttr {
} else {
// make new modifier
const newBerry = new BerryModifier(chosenBerry, pokemon.id, chosenBerryType, 1);
// console.log(newBerry);
if (pokemon.isPlayer()) {
globalScene.addModifier(newBerry);
} else {