mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Remove leftover comment
This commit is contained in:
parent
37ec1cad59
commit
829cfb3011
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user