mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Erebos's Titan - Fixed that the ability triggers from graveyard instead from battlefield.
This commit is contained in:
parent
13f0a90258
commit
b481b2623f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class ErebossTitan extends CardImpl {
|
|||
class ErebossTitanTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
public ErebossTitanTriggeredAbility() {
|
||||
super(Zone.BATTLEFIELD, new DoIfCostPaid(new ReturnSourceFromGraveyardToHandEffect(), new DiscardCardCost()));
|
||||
super(Zone.GRAVEYARD, new DoIfCostPaid(new ReturnSourceFromGraveyardToHandEffect(), new DiscardCardCost()));
|
||||
}
|
||||
|
||||
public ErebossTitanTriggeredAbility(final ErebossTitanTriggeredAbility ability) {
|
||||
|
|
Loading…
Reference in a new issue