forked from External/mage
Added CompoundCondition, AttachedToTappedCondition and EquipmentAttachedCondition.
This commit is contained in:
parent
176c2a76b4
commit
b7c45a7090
9 changed files with 202 additions and 12 deletions
|
|
@ -41,9 +41,9 @@ import mage.game.permanent.Permanent;
|
|||
|
||||
public class SourceTappedCondition implements Condition {
|
||||
|
||||
private static SourceTappedCondition fInstance = new SourceTappedCondition();
|
||||
private static final SourceTappedCondition fInstance = new SourceTappedCondition();
|
||||
|
||||
public static Condition getInstance() {
|
||||
public static SourceTappedCondition getInstance() {
|
||||
return fInstance;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue