mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[MID] Implemented Sunstreak Phoenix
This commit is contained in:
parent
0451694fac
commit
f38b0b3e3a
3 changed files with 60 additions and 1 deletions
|
|
@ -13,7 +13,11 @@ import mage.game.events.GameEvent;
|
|||
public class BecomesDayOrNightTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public BecomesDayOrNightTriggeredAbility(Effect effect) {
|
||||
super(Zone.BATTLEFIELD, effect, false);
|
||||
this(Zone.BATTLEFIELD, effect);
|
||||
}
|
||||
|
||||
public BecomesDayOrNightTriggeredAbility(Zone zone, Effect effect) {
|
||||
super(zone, effect, false);
|
||||
}
|
||||
|
||||
private BecomesDayOrNightTriggeredAbility(final BecomesDayOrNightTriggeredAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue