forked from External/mage
more unrelated text fixes (#10761)
* some text fixes [LTR] [LTC] [CMM] * another batch of text fixes * followup fixes * unrelated cleanup * fix corresponding ability text in test
This commit is contained in:
parent
fa77261e3a
commit
127b7be9b0
67 changed files with 112 additions and 128 deletions
|
|
@ -76,11 +76,4 @@ public class DamageAllEffect extends OneShotEffect {
|
|||
staticText = sb.toString();
|
||||
}
|
||||
|
||||
public String getSourceName() {
|
||||
return sourceName;
|
||||
}
|
||||
|
||||
public void setSourceName(String sourceName) {
|
||||
this.sourceName = sourceName;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue