mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Fixed bug
This commit is contained in:
parent
13fc68546a
commit
794ab9dcbb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user