From 43367483a738ba82a7082092e26eaf75d2e06959 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:31:01 -0700 Subject: [PATCH] Fix typo in comment; remove unnecessary `!!` --- 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 d7216fd3835..02527abc0de 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -533,7 +533,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { } /** - * @param {boolean} useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability). + * @param useIllusion - Whether we want the fake name or the real name of the Pokemon (for Illusion ability). */ getNameToRender(useIllusion = true) { const name: string =