- Play Combustible Gearhulk even if the opponent can't be targeted (e.g. through Sigarda, Heron's Grace), a 6/6 first strike creature is decent.

This commit is contained in:
Agetian
2017-01-03 10:49:21 +00:00
parent faa2634ec4
commit d6f084e6e3

View File

@@ -72,6 +72,7 @@ public class ChooseGenericEffectAi extends SpellAbilityAi {
return true;
}
}
return true; // perhaps the opponent(s) had Sigarda, Heron's Grace or another effect in play, still play the creature as 6/6
}
return super.doTriggerAINoCost(aiPlayer, sa, mandatory);