mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-29 21:12:45 +02:00
Fixed tests
This commit is contained in:
parent
3876ba93be
commit
18567a2ad6
@ -2672,7 +2672,6 @@ export class RemoveHeldItemAttr extends MoveEffectAttr {
|
||||
*/
|
||||
export class EatBerryAttr extends MoveEffectAttr {
|
||||
protected chosenBerry: BerryModifier;
|
||||
protected chosenBerry: BerryModifier | undefined;
|
||||
constructor(selfTarget: boolean) {
|
||||
super(selfTarget);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user