* Chief Engineer - Fixed that convoke did not work for Artifacts while Chief Engineer was on the battlefield.

This commit is contained in:
LevelX2 2015-05-11 19:17:38 +02:00
parent eec65a2881
commit e5a1a623ae
4 changed files with 58 additions and 45 deletions

View file

@ -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).
*/