Skip to content

Commit 73cb9a9

Browse files
torranxDayKev
andauthored
Update test/test-utils/helpers/moveHelper.ts
Co-authored-by: NightKev <[email protected]>
1 parent 8a634fd commit 73cb9a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-utils/helpers/moveHelper.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ export class MoveHelper extends GameManagerHelper {
204204
/**
205205
* Emulate a player's target selection after a move is chosen, called automatically by {@linkcode MoveHelper.select}.
206206
* Will trigger during the next {@linkcode SelectTargetPhase}
207-
* @param movePosition The index of the move in the Pokemon's {@linkcode Pokemon.moveset | moveset}
208-
* @param targetIndex The index of the attack target, or `undefined` for multi-target attacks
207+
* @param movePosition - The index of the move in the Pokemon's {@linkcode Pokemon.moveset | moveset}
208+
* @param targetIndex - The index of the attack target, or `undefined` for multi-target attacks
209209
*/
210210
private selectTarget(movePosition: number, targetIndex?: BattlerIndex) {
211211
this.game.onNextPrompt(

0 commit comments

Comments
 (0)