forked from External/mage
Implemented Conqueror's Galleon/Foothold
This commit is contained in:
parent
601e7cba9b
commit
fce99fa182
6 changed files with 186 additions and 15 deletions
|
|
@ -23,9 +23,12 @@ import mage.players.Player;
|
|||
*/
|
||||
public class ExileAndReturnTransformedSourceEffect extends OneShotEffect {
|
||||
|
||||
|
||||
protected Effect additionalEffect;
|
||||
|
||||
public ExileAndReturnTransformedSourceEffect() {
|
||||
this(Gender.NEUTRAL);
|
||||
}
|
||||
|
||||
public ExileAndReturnTransformedSourceEffect(Gender gender) {
|
||||
this(gender, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue