mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fixed a bug of DiscardsACardOpponentTriggeredAbility.
This commit is contained in:
parent
b04fde92bf
commit
0cb92e6936
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ public class DiscardsACardOpponentTriggeredAbility extends TriggeredAbilityImpl
|
||||||
effect.setTargetPointer(new FixedTarget(event.getPlayerId()));
|
effect.setTargetPointer(new FixedTarget(event.getPlayerId()));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case NONE:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new UnsupportedOperationException(setTargetPointer.toString() + " not supported for this ability.");
|
throw new UnsupportedOperationException(setTargetPointer.toString() + " not supported for this ability.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue