Update pokemon.ts

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-07-13 08:37:44 +02:00 committed by GitHub
parent 1f9eaf49c6
commit 259a9b328d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4674,7 +4674,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
* @param reason - The reason for the status application failure -
* can be "overlap" (already has same status), "other" (generic fail message)
* or a {@linkcode TerrainType} for terrain-based blockages.
* Default "other"
* Default `"other"`
*/
queueStatusImmuneMessage(
quiet: boolean,