Updated documentation in battler-tags.ts

This commit is contained in:
geeilhan 2024-12-01 23:05:46 +01:00 committed by GitHub
parent ef46644d57
commit 31d7b63f72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2790,7 +2790,7 @@ export class StuffCheeksTag extends MoveRestrictionBattlerTag {
}
/**
* This function always returns true since {@linkcode MoveUnselectableTag} is only added if condition {@linkcode MoveSelectCondition} fails
* This function returns true if {@linkcode move} is {@linkcode Moves.STUFF_CHEEKS}
* @param move {@linkcode Moves} that is selected
* @returns true if the move matches the ID of Stuff Cheeks
*/