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,14 +4905,9 @@ export class NaturalGiftTypeAttr extends VariableMoveTypeAttr {
return false; return false;
} }
// If the berry is not in the user's held items, repick it
if (randomBerry) {
moveType.value = randomBerry.getNaturalGiftType(); moveType.value = randomBerry.getNaturalGiftType();
return true; return true;
} }
return false;
}
} }
/** /**