mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* Lighthouse Chronologist - Removed custom classes.
This commit is contained in:
parent
537b1f15be
commit
3a426e3cd8
2 changed files with 19 additions and 71 deletions
|
|
@ -33,7 +33,7 @@ import mage.abilities.condition.Condition;
|
|||
import mage.game.Game;
|
||||
|
||||
public class NotMyTurnCondition implements Condition {
|
||||
|
||||
|
||||
private static final NotMyTurnCondition fInstance = new NotMyTurnCondition();
|
||||
|
||||
public static Condition getInstance() {
|
||||
|
|
@ -48,4 +48,9 @@ public class NotMyTurnCondition implements Condition {
|
|||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "if it's not your turn";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue