Fixed bug

This commit is contained in:
Bertie690 2025-06-04 13:45:36 -04:00
parent 13fc68546a
commit 794ab9dcbb

View File

@ -4621,7 +4621,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
* or a {@linkcode TerrainType} for terrain-based blockages.
* Defaults to "other".
*/
private queueStatusImmuneMessage(quiet: boolean, reason: "overlap" | "other" | TerrainType = "other"): void {
queueStatusImmuneMessage(quiet: boolean, reason: "overlap" | "other" | TerrainType = "other"): void {
if (quiet) {
return;
}