mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Some minor changes.
This commit is contained in:
parent
dff8c1ea40
commit
9fcefc8cd7
2 changed files with 15 additions and 28 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue