mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 12:22:19 +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 {
|
||||
constructor() {
|
||||
super(true);
|
||||
super(false);
|
||||
}
|
||||
/**
|
||||
* User steals a random berry from the target and then eats it.
|
||||
|
Loading…
Reference in New Issue
Block a user