Added Siren's Call.

This commit is contained in:
emerald000 2015-02-12 12:18:07 -05:00
parent ba1fb775b2
commit 59a5bbf765
7 changed files with 411 additions and 0 deletions

View file

@ -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() {