forked from External/mage
* replaces all [source} by {this}. ATTENTION !!!: Only supporting [this} from now on in rule text.
This commit is contained in:
parent
d51acbf090
commit
c16fb75668
91 changed files with 229 additions and 236 deletions
|
|
@ -19,7 +19,7 @@ public class DamageAllEffect extends OneShotEffect {
|
|||
|
||||
private FilterPermanent filter;
|
||||
private DynamicValue amount;
|
||||
private String sourceName = "{source}";
|
||||
private String sourceName = "{this}";
|
||||
|
||||
public DamageAllEffect(int amount, FilterPermanent filter) {
|
||||
this(StaticValue.get(amount), filter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue