forked from External/mage
Implement [BOT] Optimus Prime; adjust Bolster effect (#10129)
* Added implementation for Optimus Prime * Added setCardName text and switch case for activateAlternateOrAdditionalCosts as disturb instead of default * Fixed doubling effect bug * Add only regular card number * Added back alternate card for Optimus Prime and fixed Autobot Leader colors * Convert before return from graveyard * Convert before return from graveyard * Fix images * Resolve conflict with master * don't manually set trigger phrase * add additional effect capability to BolsterEffect, adjust text, flatten logic * adjust Optimus Prime, Hero * reimplement Optimus Prime, Autobot Leader * add test --------- Co-authored-by: xenohedron <xenohedron@users.noreply.github.com>
This commit is contained in:
parent
e26bcd0bf5
commit
77d0d3c07e
6 changed files with 346 additions and 40 deletions
|
|
@ -430,7 +430,6 @@ public abstract class AbilityImpl implements Ability {
|
|||
if (this instanceof SpellAbility) {
|
||||
// A player can't apply two alternative methods of casting or two alternative costs to a single spell.
|
||||
switch (((SpellAbility) this).getSpellAbilityCastMode()) {
|
||||
|
||||
case FLASHBACK:
|
||||
case MADNESS:
|
||||
case TRANSFORMED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue