mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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()));
|
||||
}
|
||||
break;
|
||||
case NONE:
|
||||
break;
|
||||
default:
|
||||
throw new UnsupportedOperationException(setTargetPointer.toString() + " not supported for this ability.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue