CreepingDread implementation. Updated cards-data to fix typo.

This commit is contained in:
drmDev 2016-04-01 18:35:05 -04:00
parent df8d645e7c
commit c2b1452259
3 changed files with 166 additions and 2 deletions

View file

@ -67,7 +67,7 @@ public class DiscardTargetCost extends CostImpl {
@Override
public boolean pay(Ability ability, Game game, UUID sourceId, UUID controllerId, boolean noMana, Cost costToPay) {
this.cards.clear();
this.targets.clearChosen();;
this.targets.clearChosen();
Player player = game.getPlayer(controllerId);
if (player == null) {
return false;