mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
Fix truncated sentence in returns example
This commit is contained in:
parent
511fa53027
commit
7cab3d23f7
@ -16,7 +16,7 @@
|
||||
* @param target - The {@linkcode Pokemon} being targeted by this move
|
||||
* @param move - The {@linkcode Move} being used
|
||||
* @param args - [0]: a {@linkcode NumberHolder} for arenaAttackTypeMultiplier
|
||||
* @returns whether the function
|
||||
* @returns whether the move effect was applied
|
||||
*/
|
||||
apply(user: Pokemon, target: Pokemon, move: Move, args: [NumberHolder, ...any]): boolean {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user