From 61f8099812016ad13b36e357b6e36a8f029fa2f4 Mon Sep 17 00:00:00 2001 From: "Amani H." <109637146+xsn34kzx@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:32:44 -0500 Subject: [PATCH] Apply Kev's Suggestion Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/field/trainer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/trainer.ts b/src/field/trainer.ts index 16ec5d5548c..0d4c09ead89 100644 --- a/src/field/trainer.ts +++ b/src/field/trainer.ts @@ -441,7 +441,7 @@ export default class Trainer extends Phaser.GameObjects.Container { /** * Checks if the enemy trainer already has the Pokemon species in their party - * @param {PokemonSpecies} baseSpecies {@linkcode Species} - The base species of the current Pokemon + * @param baseSpecies - The base {@linkcode Species} of the current Pokemon * @returns `true` if the species is already present in the party */ checkDuplicateSpecies(baseSpecies: Species): boolean {