mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
RevealAi: need to check Cost for Miracle
This commit is contained in:
@@ -47,7 +47,7 @@ public class RevealAi extends RevealAiBase {
|
||||
spell = (Spell) spell.copyWithDefinedCost(new Cost(sa.getParam("MiracleCost"), false));
|
||||
|
||||
if (AiPlayDecision.WillPlay == ((PlayerControllerAi) ai.getController()).getAi()
|
||||
.canPlayFromEffectAI(spell, false, true)) {
|
||||
.canPlayFromEffectAI(spell, false, false)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user