Update ability.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-06-14 09:15:25 -04:00 committed by GitHub
parent 7a3a847eda
commit 3a6997c2ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4778,7 +4778,7 @@ export class BlockCritAbAttr extends AbAttr {
/**
* Apply the block crit ability by setting the value in the provided boolean holder to `true`.
* @param args `[0]` - A {@linkcode BooleanHolder} containing whether the attack is prevented from critting.
* @param args - `[0]`: A {@linkcode BooleanHolder} containing whether the attack is prevented from critting.
*/
override apply(
_pokemon: Pokemon,