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