mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
text fixes [ODY] [TOR] [JUD] [ONS] [LGN] [SCG]
This commit is contained in:
parent
1abaeaabdb
commit
99189ea7a3
58 changed files with 135 additions and 126 deletions
|
|
@ -20,7 +20,7 @@ public enum SourceInGraveyardCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "{this} is in your graveyard";
|
||||
return "this card is in your graveyard";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ public class DiscardXTargetCost extends VariableCostImpl {
|
|||
|
||||
public DiscardXTargetCost withRandom() {
|
||||
this.isRandom = true;
|
||||
this.text += " at random";
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ public class RemoveAllCountersSourceEffect extends OneShotEffect {
|
|||
public RemoveAllCountersSourceEffect(CounterType counterType) {
|
||||
super(Outcome.Neutral);
|
||||
this.counterType = counterType;
|
||||
staticText = "remove all " + counterType.getName() + " counters from it.";
|
||||
staticText = "remove all " + counterType.getName() + " counters from {this}";
|
||||
}
|
||||
|
||||
protected RemoveAllCountersSourceEffect(final RemoveAllCountersSourceEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue