mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
CreepingDread implementation. Updated cards-data to fix typo.
This commit is contained in:
parent
df8d645e7c
commit
c2b1452259
3 changed files with 166 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue