diff --git a/src/phases/command-phase.ts b/src/phases/command-phase.ts index f6943d4ca22..b51952b791c 100644 --- a/src/phases/command-phase.ts +++ b/src/phases/command-phase.ts @@ -283,7 +283,7 @@ export class CommandPhase extends FieldPhase { multiple: move.targets.length > 1, }; - if (!moveId) { + if (moveId === Moves.NONE) { turnCommand.targets = [this.fieldIndex]; }