forked from External/mage
text fixes
This commit is contained in:
parent
11e54fa367
commit
f482eef06a
6 changed files with 11 additions and 11 deletions
|
|
@ -1,14 +1,13 @@
|
|||
|
||||
package mage.abilities.costs.common;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.costs.Cost;
|
||||
import mage.abilities.costs.CostImpl;
|
||||
import mage.counters.Counter;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -20,7 +19,7 @@ public class PutCountersSourceCost extends CostImpl {
|
|||
|
||||
public PutCountersSourceCost(Counter counter) {
|
||||
this.counter = counter.copy();
|
||||
this.text = "Put " + counter.getDescription() + " on {this}";
|
||||
this.text = "put " + counter.getDescription() + " on {this}";
|
||||
}
|
||||
|
||||
public PutCountersSourceCost(PutCountersSourceCost cost) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue