forked from External/mage
even more refactoring of ConditionalInterveningIfTriggeredAbility
This commit is contained in:
parent
c24627f175
commit
d80e0402dd
56 changed files with 443 additions and 642 deletions
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
package mage.abilities.condition.common;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.condition.Condition;
|
||||
import mage.constants.ComparisonType;
|
||||
|
|
@ -10,8 +8,9 @@ import mage.constants.SubType;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
*/
|
||||
public class EnchantedSourceCondition implements Condition {
|
||||
|
|
@ -51,6 +50,6 @@ public class EnchantedSourceCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "enchanted";
|
||||
return "{this} is enchanted";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue