forked from External/mage
simplified various cards to use isInstantOrSorcery method
This commit is contained in:
parent
df866f858e
commit
2a42bec1f2
38 changed files with 46 additions and 43 deletions
|
|
@ -207,7 +207,7 @@ public class Spell extends StackObjImpl implements Card {
|
|||
turnController.controlPlayersTurn(game, controller.getId());
|
||||
}
|
||||
}
|
||||
if (this.isInstant() || this.isSorcery()) {
|
||||
if (this.isInstantOrSorcery()) {
|
||||
int index = 0;
|
||||
result = false;
|
||||
boolean legalParts = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue