forked from External/mage
[40K] Implement The Ruinous Powers; fix Fires of Mount Doom (#12722)
* Add starting point: have exile top w/ any color cast, right duration * Use random opponent * Add delayed triggered ability * rename MageIdentifier to AlternateCast * Fix FiresOfMountDoomDelayedTriggeredAbility * Add test for Fires of Mount Doom * Add test for The Ruinous Powers * Null checks
This commit is contained in:
parent
9fe5d6bd1b
commit
060551ab48
6 changed files with 252 additions and 13 deletions
|
|
@ -72,6 +72,8 @@ public enum MageIdentifier {
|
|||
WithoutPayingManaCostAlternateCast,
|
||||
AlurenAlternateCast,
|
||||
OfferingAlternateCast,
|
||||
TheRuinousPowersAlternateCast,
|
||||
FiresOfMountDoomAlternateCast,
|
||||
PrimalPrayersAlternateCast;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue