mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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 String sourceName = "{source}";
|
||||
|
||||
public \DamageTargetEffect(int amount) {
|
||||
public DamageTargetEffect(int amount) {
|
||||
this(StaticValue.get(amount), true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue