forked from External/mage
more card text cleanup
This commit is contained in:
parent
7f2b3b71c2
commit
296e0a9a49
29 changed files with 34 additions and 39 deletions
|
|
@ -41,7 +41,7 @@ import mage.game.permanent.Permanent;
|
|||
public class SacrificeSourceCost extends CostImpl {
|
||||
|
||||
public SacrificeSourceCost() {
|
||||
this.text = "Sacrifice {this}";
|
||||
this.text = "sacrifice {this}";
|
||||
}
|
||||
|
||||
public SacrificeSourceCost(SacrificeSourceCost cost) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue