Update modifier.ts

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

View File

@ -1748,7 +1748,7 @@ export class TurnStatusEffectModifier extends PokemonHeldItemModifier {
/**
* Attempt to inflict the holder with the associated {@linkcode StatusEffect}.
* @param pokemon - The {@linkcode Pokemon} holds the item.
* @param pokemon - The {@linkcode Pokemon} holding the item
* @returns `true` if the status effect was applied successfully
*/
override apply(pokemon: Pokemon): boolean {