mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-10 17:39:31 +02:00
added commented out console.log statement
uncomment to see new berry data
This commit is contained in:
parent
82572b263d
commit
9e65d0a07b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user