forked from External/mage
Added Siren's Call.
This commit is contained in:
parent
ba1fb775b2
commit
59a5bbf765
7 changed files with 411 additions and 0 deletions
|
|
@ -443,6 +443,11 @@ public abstract class PermanentImpl extends CardImpl implements Permanent {
|
|||
public void removeSummoningSickness() {
|
||||
this.controlledFromStartOfControllerTurn = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean wasControlledFromStartOfControllerTurn() {
|
||||
return this.controlledFromStartOfControllerTurn;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasSummoningSickness() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue