forked from External/mage
Fix some card text
This commit is contained in:
parent
261cbf4970
commit
36d69a96be
68 changed files with 101 additions and 171 deletions
|
|
@ -121,7 +121,7 @@ public class AlternativeCostSourceAbility extends StaticAbility implements Alter
|
|||
|
||||
private AlternativeCost2 convertToAlternativeCost(Cost cost) {
|
||||
//return cost != null ? new AlternativeCost2Impl(null, cost.getText(), cost) : null;
|
||||
return cost != null ? new AlternativeCost2Impl(null, "", cost) : null;
|
||||
return cost != null ? new AlternativeCost2Impl(null, "", "", cost) : null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue