mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 21:02:18 +02:00
Fix pluck / bug bite
Co-authored-by: innerthunder <brandonerickson98@gmail.com>
This commit is contained in:
parent
f29486cd4e
commit
c229e60932
@ -2729,7 +2729,7 @@ export class EatBerryAttr extends MoveEffectAttr {
|
|||||||
*/
|
*/
|
||||||
export class StealEatBerryAttr extends EatBerryAttr {
|
export class StealEatBerryAttr extends EatBerryAttr {
|
||||||
constructor() {
|
constructor() {
|
||||||
super(true);
|
super(false);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* User steals a random berry from the target and then eats it.
|
* User steals a random berry from the target and then eats it.
|
||||||
|
Loading…
Reference in New Issue
Block a user