forked from External/mage
[BOT] Implement Megatron, Tyrant // Megatron, Destructive Force (#10666)
* [BOT] Implement Megatron, Tyrant // Megatron, Destructive Force * fix verify test. * cleanup AbilityCastMode for Disturb & MoreThanMeetsTheEye * cleanup unecessary checks. * fix duration of silence static effect * fix Disturb tests
This commit is contained in:
parent
32e340032b
commit
4856c65443
9 changed files with 310 additions and 19 deletions
|
|
@ -34,10 +34,11 @@ public class DisturbAbility extends SpellAbility {
|
|||
this.newId();
|
||||
|
||||
// getSecondFaceSpellAbility() already verified that second face exists
|
||||
this.setCardName(card.getSecondCardFace().getName() + " with Disturb");
|
||||
this.setCardName(card.getSecondCardFace().getName());
|
||||
|
||||
this.zone = Zone.GRAVEYARD;
|
||||
this.spellAbilityType = SpellAbilityType.BASE_ALTERNATE;
|
||||
this.spellAbilityCastMode = SpellAbilityCastMode.TRANSFORMED;
|
||||
this.setSpellAbilityCastMode(SpellAbilityCastMode.DISTURB);
|
||||
|
||||
this.manaCost = manaCost;
|
||||
this.getManaCosts().clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue