mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user