mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
* Chief Engineer - Fixed that convoke did not work for Artifacts while Chief Engineer was on the battlefield.
This commit is contained in:
parent
eec65a2881
commit
e5a1a623ae
4 changed files with 58 additions and 45 deletions
|
|
@ -246,7 +246,8 @@ public abstract class AbilityImpl implements Ability {
|
|||
if (controller == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
game.applyEffects();
|
||||
|
||||
/* 20130201 - 601.2b
|
||||
* If the spell is modal the player announces the mode choice (see rule 700.2).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue