Remove leftover comment

This commit is contained in:
Sirz Benjie 2025-05-21 23:19:45 -05:00 committed by GitHub
parent 37ec1cad59
commit 829cfb3011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}