forked from External/mage
remove DamageDoneWatcher from default watchers
This commit is contained in:
parent
c164d70135
commit
6155f2d403
5 changed files with 11 additions and 6 deletions
|
|
@ -9,10 +9,12 @@ import mage.watchers.common.DamageDoneWatcher;
|
|||
*
|
||||
* @author LevelX2
|
||||
*/
|
||||
|
||||
public class SourceDealtDamageCondition implements Condition {
|
||||
private final int value;
|
||||
|
||||
/**
|
||||
* Must add DamageDoneWatcher on card init
|
||||
*/
|
||||
public SourceDealtDamageCondition(int value) {
|
||||
this.value = value;
|
||||
}
|
||||
|
|
@ -29,4 +31,4 @@ public class SourceDealtDamageCondition implements Condition {
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue