Fixed a bug of DiscardsACardOpponentTriggeredAbility.

This commit is contained in:
LevelX2 2015-09-07 07:41:33 +02:00
parent b04fde92bf
commit 0cb92e6936

View file

@ -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.");
}