mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[AKH] Added Hapatra, Nest of Scarabs and Throne of the God Pharao and removed redundant code
This commit is contained in:
parent
058b9e970c
commit
46d44f84e3
9 changed files with 601 additions and 384 deletions
|
|
@ -37,7 +37,11 @@ import mage.game.events.GameEvent;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class CycleOrDiscardControllerTriggeredAbility extends TriggeredAbilityImpl {
|
||||
public class CycleOrDiscardControllerTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public CycleOrDiscardControllerTriggeredAbility(Effect effect) {
|
||||
this(effect, false);
|
||||
}
|
||||
|
||||
public CycleOrDiscardControllerTriggeredAbility(Effect effect, boolean optional) {
|
||||
super(Zone.BATTLEFIELD, effect, optional);
|
||||
|
|
@ -66,4 +70,4 @@ public class CycleOrDiscardControllerTriggeredAbility extends TriggeredAbilityI
|
|||
public CycleOrDiscardControllerTriggeredAbility copy() {
|
||||
return new CycleOrDiscardControllerTriggeredAbility(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue