Update ability.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-04-28 21:34:11 -04:00 committed by GitHub
parent cbcc07a267
commit 0afb7849bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4123,7 +4123,6 @@ 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 {