mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 11:29:28 +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 {
|
} else {
|
||||||
// make new modifier
|
// make new modifier
|
||||||
const newBerry = new BerryModifier(chosenBerry, pokemon.id, chosenBerryType, 1);
|
const newBerry = new BerryModifier(chosenBerry, pokemon.id, chosenBerryType, 1);
|
||||||
|
// console.log(newBerry);
|
||||||
if (pokemon.isPlayer()) {
|
if (pokemon.isPlayer()) {
|
||||||
globalScene.addModifier(newBerry);
|
globalScene.addModifier(newBerry);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user