From 259a9b328d2aff625c391ba058f0cf3eb9c482a1 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Sun, 13 Jul 2025 08:37:44 +0200 Subject: [PATCH] Update pokemon.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- src/field/pokemon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 3a033bd62a5..7ad77c91955 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -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,