Some minor changes.

This commit is contained in:
LevelX2 2016-04-26 12:00:20 +02:00
parent dff8c1ea40
commit 9fcefc8cd7
2 changed files with 15 additions and 28 deletions

View file

@ -27,7 +27,7 @@ import mage.target.common.TargetCardInExile;
public class ExileOpponentsCardFromExileToGraveyardCost extends CostImpl {
public ExileOpponentsCardFromExileToGraveyardCost(boolean thatPlayersText) {
if (false) {
if (!thatPlayersText) {
this.text = "put a card an opponent owns from exile into its owner's graveyard";
} else {
this.text = "put a card an opponent owns from exile into that player's graveyard";