mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 16:09:27 +02:00
Update modifier.ts
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
parent
19c0fba6f4
commit
1bfdd8f24b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user