File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ export class MoveHelper extends GameManagerHelper {
204
204
/**
205
205
* Emulate a player's target selection after a move is chosen, called automatically by {@linkcode MoveHelper.select}.
206
206
* 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
209
209
*/
210
210
private selectTarget ( movePosition : number , targetIndex ?: BattlerIndex ) {
211
211
this . game . onNextPrompt (
You can’t perform that action at this time.
0 commit comments