mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Minor fixes
This commit is contained in:
parent
69f3a7a2da
commit
3b83e37adf
2 changed files with 1 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ import mage.abilities.keyword.FlyingAbility;
|
|||
import mage.cards.CardImpl;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.predicate.mageobject.SubtypePredicate;
|
||||
import mage.game.permanent.token.DragonToken;
|
||||
import mage.game.permanent.token.Token;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ class SerraAvengerCost extends CostImpl<SerraAvengerCost> {
|
|||
if (controller.getTurns() > 3) {
|
||||
return true;
|
||||
} else {
|
||||
game.informPlayer(controller, "You can't cass Serra Avenger (your turns passed: " + controller.getTurns() + ")");
|
||||
game.informPlayer(controller, "You can't cast Serra Avenger (your turns passed: " + controller.getTurns() + ")");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue