mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
fixed an error
This commit is contained in:
parent
9c1bd767b3
commit
395ae9ec11
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public class DamageTargetEffect extends OneShotEffect {
|
||||||
protected boolean useOnlyTargetPointer;
|
protected boolean useOnlyTargetPointer;
|
||||||
protected String sourceName = "{source}";
|
protected String sourceName = "{source}";
|
||||||
|
|
||||||
public \DamageTargetEffect(int amount) {
|
public DamageTargetEffect(int amount) {
|
||||||
this(StaticValue.get(amount), true);
|
this(StaticValue.get(amount), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue