mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Remove leftover comment
This commit is contained in:
parent
37ec1cad59
commit
829cfb3011
@ -4905,13 +4905,8 @@ export class NaturalGiftTypeAttr extends VariableMoveTypeAttr {
|
||||
return false;
|
||||
}
|
||||
|
||||
// If the berry is not in the user's held items, repick it
|
||||
|
||||
if (randomBerry) {
|
||||
moveType.value = randomBerry.getNaturalGiftType();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
moveType.value = randomBerry.getNaturalGiftType();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user